Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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,6 +104,9 @@ 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: [
|
||||
@@ -223,4 +226,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user