Update src/app/page.tsx

This commit is contained in:
2026-05-12 06:34:06 +00:00
parent 09f12d2110
commit 3901a4187c

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="Unlock your true potential at the premier destination for serious training and total body transformation."
buttons={[
{
text: "Join Today", href: "#pricing"},
text: "Start Your Transformation", href: "#pricing"},
{
text: "Learn More", href: "#about"},
]}
@@ -267,4 +267,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}