3 Commits

Author SHA1 Message Date
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={[
{
@@ -223,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}