5 Commits

Author SHA1 Message Date
148941d6b9 Merge version_4 into main
Merge version_4 into main
2026-04-18 16:24:08 +00:00
f306010929 Update src/app/page.tsx 2026-04-18 16:24:02 +00:00
a96030542e Merge version_3 into main
Merge version_3 into main
2026-04-18 16:22:12 +00:00
e9f2e55d24 Update src/app/page.tsx 2026-04-18 16:22:09 +00:00
7ef416244c Merge version_2 into main
Merge version_2 into main
2026-04-18 16:21:04 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Transform Your Body, Elevate Your Life" title="Reach Your Peak Fitness at Cactusfit"
description="Premium fitness facilities, expert trainers, and a supportive community designed to help you achieve real results. Join Cactusfit and become the strongest version of yourself." description="Premium fitness facilities, expert trainers, and a supportive community designed to help you achieve real results. Join Cactusfit and become the strongest version of yourself."
buttons={[ buttons={[
{ {
@@ -197,7 +197,7 @@ export default function LandingPage() {
text="Ready to transform your life? Join Cactusfit today." text="Ready to transform your life? Join Cactusfit today."
buttons={[ buttons={[
{ {
text: "Claim Your Free Trial", href: "#"}, text: "Claim Your Free Trial", onClick: () => window.location.href = '#hero'},
]} ]}
/> />
</div> </div>