diff --git a/src/app/page.tsx b/src/app/page.tsx index 37252dc..40be40c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}