7 Commits

Author SHA1 Message Date
b75775ee29 Update src/app/page.tsx 2026-04-15 14:09:35 +00:00
005ab0adea Merge version_3 into main
Merge version_3 into main
2026-04-15 14:07:22 +00:00
14103ab5b4 Update src/app/page.tsx 2026-04-15 14:07:18 +00:00
96953ca0db Merge version_2 into main
Merge version_2 into main
2026-04-15 14:03:50 +00:00
6f8cf447f1 Update src/app/page.tsx 2026-04-15 14:03:47 +00:00
7c4173f5a8 Merge version_1 into main
Merge version_1 into main
2026-04-15 14:01:16 +00:00
3a00c9fb2c Merge version_1 into main
Merge version_1 into main
2026-04-15 14:00:39 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="PeakForm Fitness"
logoText="PeakForm: Transform Your Body with AI-Driven Training"
description="Unlock your peak performance with AI-driven training plans, real-time analytics, and community-based coaching. Take your fitness to the next level today."
buttons={[
{
@@ -104,13 +104,16 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "Choose Plan", href: "#contact" }
]}
plans={[
{
id: "starter", badge: "Essential", price: "$19/mo", subtitle: "For early stage gains", features: [
"Basic Analytics", "3 Workouts/week", "Community Access"],
},
{
id: "pro", badge: "Pro", price: "$49/mo", subtitle: "For elite performers", features: [
id: "pro", badge: "Best Value", price: "$49/mo", subtitle: "For elite performers", features: [
"AI Performance Coach", "Advanced Nutrition", "Unlimited Workouts"],
},
{
@@ -223,4 +226,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}