From f3060109298bfcb0996d33170303bb29a304aee9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:24:02 +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 970addd..96a2cbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { text="Ready to transform your life? Join Cactusfit today." buttons={[ { - text: "Claim Your Free Trial", href: "#"}, + text: "Claim Your Free Trial", onClick: () => window.location.href = '#hero'}, ]} /> -- 2.49.1