Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-24 13:24:30 +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>
);
}
}