From 3dea6763acf5629e31d1724cc6e99a160f4e84fe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:52:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b526f3..78c1c65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Shield, Zap, Users, Award, Quote, Star, Linkedin, Globe } from "lucide-react"; +import { Shield, Zap, Users, Award, Quote, Star, Linkedin, Globe, Check, X } from "lucide-react"; export default function LandingPage() { return ( @@ -209,8 +209,8 @@ export default function LandingPage() { { text: "Contact Us", href: "#" }, ], features: [ - "2 training sessions per week", "Access to one program", "Professional coaching", "Basic performance tracking", "Member community access" - ], + "
2 training sessions per week
", "
Limited program access
", "
Professional coaching
", "
Basic performance tracking
", "
Member community access
" + ] }, { id: "2", badge: "Most Popular", badgeIcon: Star, @@ -219,7 +219,7 @@ export default function LandingPage() { { text: "Contact Us", href: "#" }, ], features: [ - "4 training sessions per week", "Access to all programs", "Elite coaching staff", "Advanced performance analytics", "Priority facility access", "Tournament participation support" + "
4 training sessions per week
", "
Access to all programs
", "
Elite coaching staff
", "
Advanced performance analytics
", "
Priority facility access
", "
Tournament participation support
" ] }, { @@ -228,8 +228,8 @@ export default function LandingPage() { { text: "Contact Us", href: "#" }, ], features: [ - "6 training sessions per week", "Unlimited program access", "Personal coaching sessions", "Comprehensive athletic development plan", "VIP facility access", "Competition coaching & preparation", "Nutrition & conditioning guidance" - ], + "
6 training sessions per week
", "
Unlimited program access
", "
Personal coaching sessions
", "
Comprehensive athletic development plan
", "
VIP facility access
", "
Competition coaching & preparation
", "
Nutrition & conditioning guidance
" + ] }, ]} textboxLayout="default" -- 2.49.1