Default Component - Copy this React, Tailwind Component to your project
const data = [ { category: "Big name consulting firms", pricing: "Premium Prices $$$$", features: [false, true, false, false, true, true, false], }, { category: "thinkbridge", pricing: "Fixed Cost, Predictable Pricing $$", features: [true, true, true, true, true, true, true], }, { category: "Freelance marketplaces & dev shops", pricing: "Hourly $", features: [false, false, false, false, false, false, false], }, ]; const featureLabels = [ "Mid-market expertise and experience", "Breadth of offering from strategy to execution to operational support", "Outcome based pricing / Guaranteed ROI", "Accelerators tailored for the mid-market", "Global talent with multi time zone coverage", "Dedicated client management", ]; here create price compareing card with is data
