diff --git a/src/app/page.tsx b/src/app/page.tsx index 77ceb6d..4a42fe7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function LandingPage() { ], }, { - id: "elite-program", tag: "Elite Development", price: "$2,299", period: "/month", description: "Comprehensive elite development program for serious competitors aiming for professional or university hockey careers.", button: { text: "Apply Now", href: "contact" }, + id: "elite-program", tag: "Elite Development", price: "$2,299", period: "/month", description: "Comprehensive elite development program for serious competitors aiming for professional or university hockey careers.", button: { text: "Start Elite Program", href: "contact" }, featuresTitle: "What's Included:", features: [ "16 individual coaching sessions", "Advanced analytics and AI tracking", "Weekly strategy sessions", "Competition preparation", "Mental performance coaching", "Professional player mentorship" ], @@ -267,4 +267,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file