3 Commits

Author SHA1 Message Date
cc73e09e32 Merge version_4 into main
Merge version_4 into main
2026-04-24 13:24:30 +00:00
f4f9d59537 Update src/app/page.tsx 2026-04-24 13:24:27 +00:00
fc8bd117f8 Merge version_3 into main
Merge version_3 into main
2026-04-23 20:05:21 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
description="Premium-level equipment. Massive training space. Real results — without the premium price."
buttons={[
{
text: "Join Now", onClick: () => {},
text: "Start Training", onClick: () => {},
},
{
text: "Try a Day Pass", onClick: () => {},
@@ -217,7 +217,7 @@ export default function LandingPage() {
description="Everything you need is already here. The only thing missing is you."
buttons={[
{
text: "Join Mamber Fitness", onClick: () => {},
text: "Start Training", onClick: () => {},
},
]}
/>
@@ -250,4 +250,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}