Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 38e5398809 | |||
| 7e6ec7202f | |||
| f107ac39fb | |||
| 4f57e0e906 |
@@ -147,9 +147,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
title="Start Your Fitness Journey Today"
|
||||
description="Fill out the form to schedule a visit or call us directly. We're ready to help you push your limits."
|
||||
tag="Connect With Us"
|
||||
title="Ready to Transform?"
|
||||
description="Your fitness journey doesn't have to be a solo climb. Whether you have questions, need guidance, or are ready to get started, our team is standing by to help you become the best version of yourself. Let's start the conversation."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/gym-interior-weights-rack-background_23-2148818820.jpg"
|
||||
@@ -163,8 +163,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Plans", href: "#pricing" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||
{ items: [{ label: "About", href: "#about" }, { label: "Plans", href: "#pricing" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
logoText="Pehellwaan Gym"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user