5 Commits

Author SHA1 Message Date
56ce02ee77 Update src/app/page.tsx 2026-03-03 22:16:03 +00:00
c1597e73d4 Update src/app/layout.tsx 2026-03-03 22:16:02 +00:00
28dafbbfcf Merge version_3 into main
Merge version_3 into main
2026-03-03 21:30:11 +00:00
f162317fa7 Update src/app/page.tsx 2026-03-03 21:30:05 +00:00
57f17268bd Merge version_2 into main
Merge version_2 into main
2026-03-03 21:17:37 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
title="Elevate Your Hockey Game" title="Elevate Your Hockey Game"
description="Master elite-level training techniques with personalized coaching, advanced analytics, and proven methodologies designed for competitive hockey players." description="85% of our athletes advance to higher competitive levels within 12 months—join elite players who've transformed their game through personalized coaching, advanced analytics, and proven training methodologies."
tag="Premium Training" tag="Premium Training"
tagIcon={Zap} tagIcon={Zap}
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
@@ -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: [ 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" "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> </div>
</ThemeProvider> </ThemeProvider>
); );
} }