From 91332ad4d727aa2f564e2ce39547c2ad2d454aff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:48:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a996a2..7bd36cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Star, CheckCircle, Sparkles, Zap, Heart, Clock, Dumbbell, TrendingUp, Users, Smile, Award, Phone, Camera } from 'lucide-react'; +import { Star, CheckCircle, Sparkles, Zap, Heart, Clock, Dumbbell, TrendingUp, Users, Smile, Award, Phone, Camera, Crown } from 'lucide-react'; export default function LandingPage() { return ( @@ -187,8 +187,8 @@ export default function LandingPage() { ] }, { - id: "quarterly", badge: "Quarterly Value", badgeIcon: Award, - price: "180 TND", subtitle: "Best value for commitment", buttons: [ + id: "quarterly", badge: "Quarterly Value", badgeIcon: Crown, + price: "180 TND", subtitle: "Most Popular - Best value for commitment", buttons: [ { text: "Join Now", href: "tel:+21658295189" }, { text: "Compare Plans", href: "#" } ], -- 2.49.1