From ad40a0dd5992bb2bc4aaf15b42daf6d4a18d5f92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:50:21 +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 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: "#" } -- 2.49.1