diff --git a/src/app/page.tsx b/src/app/page.tsx index e9ebb16..2a56310 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Shield, Info, Zap, DollarSign, Sparkles, Heart, HelpCircle, Crown } from 'lucide-react'; +import { Shield, Info, Zap, DollarSign, Sparkles, Heart, HelpCircle, Crown, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -114,7 +114,7 @@ export default function LandingPage() { ] }, { - id: "pro", badge: "Popular", badgeIcon: Crown, + id: "pro", badge: "Popular", badgeIcon: Star, price: "$24.99/day", subtitle: "Most comprehensive option", buttons: [ { text: "Select Plan", onClick: () => {} }, { text: "Details", href: "#" }