Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -187,8 +187,8 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "quarterly", badge: "Quarterly Value", badgeIcon: Award,
|
id: "quarterly", badge: "Quarterly Value", badgeIcon: Crown,
|
||||||
price: "180 TND", subtitle: "Best value for commitment", buttons: [
|
price: "180 TND", subtitle: "Most Popular - Best value for commitment", buttons: [
|
||||||
{ text: "Join Now", href: "tel:+21658295189" },
|
{ text: "Join Now", href: "tel:+21658295189" },
|
||||||
{ text: "Compare Plans", href: "#" }
|
{ text: "Compare Plans", href: "#" }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user