Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-13 16:59:39 +00:00

View File

@@ -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"]
}
]}