Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a924633207 | |||
| b75775ee29 | |||
| 005ab0adea | |||
| 14103ab5b4 | |||
| 96953ca0db | |||
| 6f8cf447f1 | |||
| 7c4173f5a8 | |||
| 3a00c9fb2c |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user