Merge version_4 into main #6

Merged
bender merged 2 commits from version_4 into main 2026-03-03 22:16:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}