From f012e1d90faf8c2cadf350fe61f7a94abbe66ea6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:59:35 +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 af0ac37..cd8977b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,16 +156,16 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "plan-1", name: "Mini Judoka", price: "50 GEL", badge: "Ages 6-10", buttons: [{ text: "Enroll Now", href: "#contact" }], + id: "plan-1", name: "Mini Judoka", price: "50 ₾", badge: "Ages 6-10", buttons: [{ text: "Enroll Now", href: "#contact" }], features: ["2 classes per week", "Beginner fundamentals", "Monthly progress tracking", "Club uniform included"] }, { - id: "plan-2", name: "Youth Competitor", price: "75 GEL", badge: "Most Popular", badgeIcon: Star, + id: "plan-2", name: "Youth Competitor", price: "75 ₾", badge: "Most Popular", badgeIcon: Star, buttons: [{ text: "Enroll Now", href: "#contact" }], features: ["4 classes per week", "Advanced techniques", "Competition preparation", "Tournament support", "Fitness training included"] }, { - id: "plan-3", name: "Elite Athlete", price: "120 GEL", badge: "Premium Training", buttons: [{ text: "Enroll Now", href: "#contact" }], + id: "plan-3", name: "Elite Athlete", price: "120 ₾", badge: "Premium Training", buttons: [{ text: "Enroll Now", href: "#contact" }], features: ["6 classes per week", "One-on-one coaching", "Personalized training plan", "Priority competition entry", "Professional development"] } ]}