From f4f9d59537cc40a37b5bb74bf608b34778d215b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:24:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +} -- 2.49.1