diff --git a/src/app/page.tsx b/src/app/page.tsx index 90f6090..390b6ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { LineChart, Zap } from "lucide-react"; +import { LineChart, Zap, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -119,7 +119,7 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { id: "starter", name: "Starter", price: "$99", features: ["Basic Access", "Income Tracking", "Email Support"], buttons: [{ text: "Get Started" }] }, - { id: "pro", name: "Professional", price: "$299", badge: "Best Value", features: ["All Starter Features", "AI Opportunity Finder", "Priority Support", "Advanced Analytics"], buttons: [{ text: "Upgrade Now" }] }, + { id: "pro", name: "Professional", price: "$299", badge: "Most Popular", badgeIcon: Star, features: ["All Starter Features", "AI Opportunity Finder", "Priority Support", "Advanced Analytics"], buttons: [{ text: "Upgrade Now" }] }, { id: "enterprise", name: "Enterprise", price: "$999", features: ["Full Automation", "Dedicated Account Manager", "Custom Strategy Reports"], buttons: [{ text: "Contact Us" }] }, ]} title="Select Your Growth Tier"