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: "#" } ],