Update src/app/page.tsx

This commit is contained in:
2026-03-22 09:09:04 +00:00
parent 1fe1424f7c
commit af23675c91

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Transform Your Body at Fit Rhythm Gym"
description="Vadodara's Most Trusted Fitness Studio with 300+ Happy Members. Build strength, transform physique, and join our energetic community of fitness enthusiasts."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Join Now", href: "#contact" },
{ text: "Chat on WhatsApp", href: "https://wa.me/919876543210?text=Hello%20Fit%20Rhythm%20Gym%21%20I%27d%20like%20to%20know%20more%20about%20membership%20options." }
@@ -190,7 +190,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Transform Your Body?"
ctaDescription="Join Fit Rhythm Gym today and start your fitness journey. Get in touch with us to know more about membership plans, trial sessions, and personalized training programs."
ctaDescription="Join Fit Rhythm Gym today and start your fitness journey. Enjoy a free 7-day trial pass—no credit card required. Experience our world-class facilities, certified trainers, and supportive community. Get in touch to claim your trial and learn about membership plans."
ctaButton={{
text: "Chat on WhatsApp", href: "https://wa.me/919876543210?text=Hello%20Fit%20Rhythm%20Gym%21%20I%27d%20like%20to%20know%20more%20about%20membership%20options."
}}
@@ -234,4 +234,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}