From 0802822763e8660fd0a5cf8d9f077a28d016c939 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:31:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2958b9d..7a54d85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Unleash your inner warrior. Train with the strength and discipline of Norse legends. Transform your body and conquer your limits." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Start Your Journey", href: "#pricing" }, + { text: "Get Started Today", href: "/signup" }, { text: "View Programs", href: "#programs" } ]} buttonAnimation="slide-up" -- 2.49.1