3 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
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </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: [ 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>
); );
} }