Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 02:07:57 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Peak Gym" brandName="Fit Gym"
/> />
</div> </div>
@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
logoText="Peak Gym" logoText="Fit Gym"
description="Unlock your full potential with world-class facilities, expert trainers, and a supportive community ready to help you hit every fitness goal." description="Unlock your full potential with world-class facilities, expert trainers, and a supportive community ready to help you hit every fitness goal."
buttons={[ buttons={[
{ {
@@ -158,7 +158,7 @@ export default function LandingPage() {
id: "t5", name: "Taylor B.", handle: "@taylor", testimonial: "Totally changed my daily routine.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sportswear-smiling_23-2147654912.jpg"}, id: "t5", name: "Taylor B.", handle: "@taylor", testimonial: "Totally changed my daily routine.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sportswear-smiling_23-2147654912.jpg"},
]} ]}
title="Success Stories" title="Success Stories"
description="Hear how Peak Gym members transformed their lives." description="Hear how Fit Gym members transformed their lives."
/> />
</div> </div>
@@ -186,7 +186,7 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
tag="Join Us" tag="Join Us"
title="Ready to Start Your Peak Gym Journey?" title="Ready to Start Your Fit Gym Journey?"
description="Sign up today to receive a free introductory training session." description="Sign up today to receive a free introductory training session."
buttons={[ buttons={[
{ {
@@ -197,8 +197,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="Peak Gym" logoText="Fit Gym"
copyrightText="© 2025 Peak Gym. All rights reserved." copyrightText="© 2025 Fit Gym. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>