From 685cbfffe81f6d73a28cd93c23e3107a65b0382d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 08:57:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1