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
", "", "", "Basic performance tracking
", ""
+ ]
},
{
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
", "", "", "Advanced performance analytics ", "", "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
", "", "Personal coaching sessions
", "Comprehensive athletic development plan
", "", "Competition coaching & preparation
", "Nutrition & conditioning guidance
"
+ ]
},
]}
textboxLayout="default"