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'}, ]} />