Merge version_1_1781698961686 into main #1
@@ -8,70 +8,40 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Programs",
|
||||
"href": "#programs"
|
||||
},
|
||||
{
|
||||
"name": "Trainers",
|
||||
"href": "#trainers"
|
||||
},
|
||||
{
|
||||
"name": "Pricing",
|
||||
"href": "#pricing"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Why Us",
|
||||
"href": "#why-us"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
}
|
||||
];
|
||||
{ "name": "Home", "href": "#hero" },
|
||||
{ "name": "Programs", "href": "#programs" },
|
||||
{ "name": "Trainers", "href": "#trainers" },
|
||||
{ "name": "Pricing", "href": "#pricing" },
|
||||
{ "name": "Contact", "href": "#contact" },
|
||||
{ "name": "Why Us", "href": "#why-us" },
|
||||
{ "name": "Testimonials", "href": "#testimonials" }
|
||||
];
|
||||
|
||||
return (
|
||||
<StyleProvider buttonVariant="default" siteBackground="noise" heroBackground="lightRaysCenter">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Get Fit"
|
||||
ctaButton={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
navItems={navItems} />
|
||||
logo="Get Fit"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/woman-leans-inflated-fitball-has-fintess-training-home-gym-has-combed-pony-tail-wears-sportsclothes-leads-healthy-lifestyle-isolated-pink_273609-52889.jpg"
|
||||
ctaButton={{
|
||||
text: "Join Now", href: "#contact"}}
|
||||
navItems={navItems}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterMinimal
|
||||
brand="Get Fit Ladies Gym Sialkot"
|
||||
copyright="© 2024 Get Fit Ladies Gym. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+923424861918",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
brand="Get Fit Ladies Gym Sialkot"
|
||||
copyright="© 2024 Get Fit Ladies Gym. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: "Facebook", href: "#" },
|
||||
{ icon: "Instagram", href: "#" },
|
||||
{ icon: "Phone", href: "tel:+923424861918" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
|
||||
@@ -12,304 +12,134 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Get Fit Ladies Gym Sialkot"
|
||||
title="Strong Women. Healthy Lives. Confident You."
|
||||
description="Join Get Fit Ladies Gym Sialkot and achieve your fitness goals in a safe, supportive, and empowering environment."
|
||||
primaryButton={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-wearing-casual-clothes-being-together_23-2148694121.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-trendy-girl-with-waving-hair-wearing-black-top-blue-shirt-is-holding-sunglasses-looking-aside-while-walking-sunny-street-with-exotic-plants-background_291650-2665.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-rehabilitation-interior-physiotherapy-clinic_1139-1203.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strong-woman-exercising-with-barbell-sports-fitness-concept_1153-7408.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-fitness-equipment-gym-room-interior_74190-6113.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-view-exercise-machines_1203-949.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Get Fit Ladies Gym Sialkot"
|
||||
title="Strong Women. Healthy Lives. Confident You."
|
||||
description="Join Get Fit Ladies Gym Sialkot and achieve your fitness goals in a safe, supportive, and empowering environment."
|
||||
primaryButton={{ text: "Join Now", href: "#contact" }}
|
||||
secondaryButton={{ text: "Book Consultation", href: "#contact" }}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-wearing-casual-clothes-being-together_23-2148694121.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-trendy-girl-with-waving-hair-wearing-black-top-blue-shirt-is-holding-sunglasses-looking-aside-while-walking-sunny-street-with-exotic-plants-background_291650-2665.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/equipment-rehabilitation-interior-physiotherapy-clinic_1139-1203.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/strong-woman-exercising-with-barbell-sports-fitness-concept_1153-7408.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-fitness-equipment-gym-room-interior_74190-6113.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-view-exercise-machines_1203-949.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="programs" data-section="programs">
|
||||
<SectionErrorBoundary name="programs">
|
||||
<div id="programs" data-section="programs">
|
||||
<SectionErrorBoundary name="programs">
|
||||
<FeaturesImageBento
|
||||
tag="Our Services"
|
||||
title="Tailored Fitness Programs"
|
||||
description="Designed by women, for women to ensure privacy, comfort, and professional results."
|
||||
items={[
|
||||
{
|
||||
title: "Weight Loss",
|
||||
description: "Science-backed plans for lasting transformation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/health-wellness-diet-exercise-organic-concept_53876-133908.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cardio Training",
|
||||
description: "High-energy sessions to boost heart health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-5771.jpg",
|
||||
},
|
||||
{
|
||||
title: "Strength Training",
|
||||
description: "Build confidence and body strength.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-lifting-weights-sunny-gym_23-2152033102.jpg",
|
||||
},
|
||||
{
|
||||
title: "Body Toning",
|
||||
description: "Sculpt and shape your physique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-fitness-with-equipment_23-2151921061.jpg",
|
||||
},
|
||||
{
|
||||
title: "Nutrition Coaching",
|
||||
description: "Guidance to fuel your body correctly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-fresh-fruits-inside-plates-with-notepad-white-background-color-tropical-healthy-life-exotic-berry-tree-ripe_140725-135853.jpg",
|
||||
},
|
||||
{
|
||||
title: "Personal Training",
|
||||
description: "One-on-one expert guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-gym-talking-making-exercise-plans_23-2149175367.jpg",
|
||||
},
|
||||
{
|
||||
title: "Yoga Wellness",
|
||||
description: "Find balance, flexibility, and peace.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-word-phrase-mix_53876-121389.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Services"
|
||||
title="Tailored Fitness Programs"
|
||||
description="Designed by women, for women to ensure privacy, comfort, and professional results."
|
||||
items={[
|
||||
{ title: "Weight Loss", description: "Science-backed plans for lasting transformation.", imageSrc: "http://img.b2bpic.net/free-photo/health-wellness-diet-exercise-organic-concept_53876-133908.jpg" },
|
||||
{ title: "Cardio Training", description: "High-energy sessions to boost heart health.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-5771.jpg" },
|
||||
{ title: "Strength Training", description: "Build confidence and body strength.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-lifting-weights-sunny-gym_23-2152033102.jpg" },
|
||||
{ title: "Body Toning", description: "Sculpt and shape your physique.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-fitness-with-equipment_23-2151921061.jpg" },
|
||||
{ title: "Nutrition Coaching", description: "Guidance to fuel your body correctly.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-fresh-fruits-inside-plates-with-notepad-white-background-color-tropical-healthy-life-exotic-berry-tree-ripe_140725-135853.jpg" },
|
||||
{ title: "Personal Training", description: "One-on-one expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/people-gym-talking-making-exercise-plans_23-2149175367.jpg" },
|
||||
{ title: "Yoga Wellness", description: "Find balance, flexibility, and peace.", imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-word-phrase-mix_53876-121389.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<SectionErrorBoundary name="why-us">
|
||||
<div id="why-us" data-section="why-us">
|
||||
<SectionErrorBoundary name="why-us">
|
||||
<AboutFeaturesSplit
|
||||
tag="Why Us"
|
||||
title="A Private Sanctuary for Wellness"
|
||||
description="We understand that fitness is more than just working out; it's about building a supportive community."
|
||||
items={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "100% Private Space",
|
||||
description: "Designed exclusively for women.",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Supportive Community",
|
||||
description: "Connect with empowering individuals.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Expert Guidance",
|
||||
description: "Professional trainers on every step.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/athletic-brunette-woman-pink-shirt-sitting-wooden-box-holding-dumbell_613910-7996.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Why Us"
|
||||
title="A Private Sanctuary for Wellness"
|
||||
description="We understand that fitness is more than just working out; it's about building a supportive community."
|
||||
items={[
|
||||
{ icon: "Shield", title: "100% Private Space", description: "Designed exclusively for women." },
|
||||
{ icon: "Heart", title: "Supportive Community", description: "Connect with empowering individuals." },
|
||||
{ icon: "Award", title: "Expert Guidance", description: "Professional trainers on every step." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/athletic-brunette-woman-pink-shirt-sitting-wooden-box-holding-dumbell_613910-7996.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="trainers" data-section="trainers">
|
||||
<SectionErrorBoundary name="trainers">
|
||||
<div id="trainers" data-section="trainers">
|
||||
<SectionErrorBoundary name="trainers">
|
||||
<TeamListCards
|
||||
tag="Our Experts"
|
||||
title="Meet Your Fitness Coaches"
|
||||
groups={[
|
||||
{
|
||||
title: "Professional Trainers",
|
||||
members: [
|
||||
{
|
||||
name: "Sarah Ahmed",
|
||||
role: "Head Trainer",
|
||||
detail: "10+ years of experience in personal training and body transformation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sports-woman-standing-with-arms-folded_231208-352.jpg",
|
||||
},
|
||||
{
|
||||
name: "Fatima Noor",
|
||||
role: "Yoga Specialist",
|
||||
detail: "Certified wellness coach with deep expertise in meditation and flexibility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-gym-talking_23-2148419847.jpg",
|
||||
},
|
||||
{
|
||||
name: "Hina Qureshi",
|
||||
role: "Strength Coach",
|
||||
detail: "Specialist in powerlifting and functional strength for women.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-gym-talking-each-other_23-2148419892.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-leans-inflated-fitball-has-fintess-training-home-gym-has-combed-pony-tail-wears-sportsclothes-leads-healthy-lifestyle-isolated-pink_273609-52889.jpg",
|
||||
imageAlt: "female fitness trainer",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Experts"
|
||||
title="Meet Your Fitness Coaches"
|
||||
groups={[
|
||||
{
|
||||
title: "Professional Trainers", members: [
|
||||
{ name: "Sarah Ahmed", role: "Head Trainer", detail: "10+ years of experience in personal training and body transformation.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sports-woman-standing-with-arms-folded_231208-352.jpg" },
|
||||
{ name: "Fatima Noor", role: "Yoga Specialist", detail: "Certified wellness coach with deep expertise in meditation and flexibility.", imageSrc: "http://img.b2bpic.net/free-photo/young-women-gym-talking_23-2148419847.jpg" },
|
||||
{ name: "Hina Qureshi", role: "Strength Coach", detail: "Specialist in powerlifting and functional strength for women.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-gym-talking-each-other_23-2148419892.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingHighlightedCards
|
||||
tag="Membership"
|
||||
title="Choose Your Fitness Journey"
|
||||
description="Flexible plans designed to fit your busy schedule and goals."
|
||||
plans={[
|
||||
{
|
||||
tag: "Monthly",
|
||||
price: "PKR 5,000",
|
||||
description: "Perfect for testing the waters.",
|
||||
features: [
|
||||
"Full access",
|
||||
"Cardio machines",
|
||||
"Basic nutrition advice",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
tag: "Quarterly",
|
||||
price: "PKR 13,000",
|
||||
description: "Ideal for consistency.",
|
||||
features: [
|
||||
"Full access",
|
||||
"Unlimited classes",
|
||||
"Personal assessment",
|
||||
],
|
||||
highlight: "Best Value",
|
||||
primaryButton: {
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
tag: "Annual",
|
||||
price: "PKR 45,000",
|
||||
description: "For serious commitment.",
|
||||
features: [
|
||||
"Full access",
|
||||
"Unlimited classes",
|
||||
"Personal training included",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Membership"
|
||||
title="Choose Your Fitness Journey"
|
||||
description="Flexible plans designed to fit your busy schedule and goals."
|
||||
plans={[
|
||||
{ tag: "Monthly", price: "PKR 5,000", description: "Perfect for testing the waters.", features: ["Full access", "Cardio machines", "Basic nutrition advice"], primaryButton: { text: "Select", href: "#contact" } },
|
||||
{ tag: "Quarterly", price: "PKR 13,000", description: "Ideal for consistency.", features: ["Full access", "Unlimited classes", "Personal assessment"], highlight: "Best Value", primaryButton: { text: "Select", href: "#contact" } },
|
||||
{ tag: "Annual", price: "PKR 45,000", description: "For serious commitment.", features: ["Full access", "Unlimited classes", "Personal training included"], primaryButton: { text: "Select", href: "#contact" } }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeCards
|
||||
tag="Member Stories"
|
||||
title="Empowering Success"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ayesha B.",
|
||||
role: "Member",
|
||||
quote: "Finally a safe, clean space in Sialkot! Love the atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg",
|
||||
},
|
||||
{
|
||||
name: "Zara M.",
|
||||
role: "Member",
|
||||
quote: "The trainers are super supportive and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-girl-lying-rubber-mat-warmup-before-workout-doing-pilates-exercises-home_1258-199535.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mariam K.",
|
||||
role: "Member",
|
||||
quote: "I've lost 5kg in 2 months, so proud of this gym!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-muscular-man-training-gymnastics-gym_23-2150809429.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sana L.",
|
||||
role: "Member",
|
||||
quote: "The best place to build strength without pressure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19218.jpg",
|
||||
},
|
||||
{
|
||||
name: "Fatima S.",
|
||||
role: "Member",
|
||||
quote: "Highly recommended for every lady looking to stay fit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567317.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Member Stories"
|
||||
title="Empowering Success"
|
||||
testimonials={[
|
||||
{ name: "Ayesha B.", role: "Member", quote: "Finally a safe, clean space in Sialkot! Love the atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg" },
|
||||
{ name: "Zara M.", role: "Member", quote: "The trainers are super supportive and professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-girl-lying-rubber-mat-warmup-before-workout-doing-pilates-exercises-home_1258-199535.jpg" },
|
||||
{ name: "Mariam K.", role: "Member", quote: "I've lost 5kg in 2 months, so proud of this gym!", imageSrc: "http://img.b2bpic.net/free-photo/athletic-muscular-man-training-gymnastics-gym_23-2150809429.jpg" },
|
||||
{ name: "Sana L.", role: "Member", quote: "The best place to build strength without pressure.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19218.jpg" },
|
||||
{ name: "Fatima S.", role: "Member", quote: "Highly recommended for every lady looking to stay fit.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567317.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
tag="Questions?"
|
||||
title="Frequently Asked"
|
||||
categories={[
|
||||
{
|
||||
name: "Membership",
|
||||
items: [
|
||||
{
|
||||
question: "Can I bring a friend?",
|
||||
answer: "Yes, we offer trial passes for new members.",
|
||||
},
|
||||
{
|
||||
question: "Do you have parking?",
|
||||
answer: "Yes, secure parking is available for members.",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Fitness",
|
||||
items: [
|
||||
{
|
||||
question: "Are trainers always available?",
|
||||
answer: "Yes, our certified trainers are on the floor during all hours.",
|
||||
},
|
||||
{
|
||||
question: "Is it safe?",
|
||||
answer: "We prioritize 100% privacy and security.",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Questions?"
|
||||
title="Frequently Asked"
|
||||
description="Get answers to common queries."
|
||||
categories={[
|
||||
{ name: "Membership", items: [{ question: "Can I bring a friend?", answer: "Yes, we offer trial passes for new members." }, { question: "Do you have parking?", answer: "Yes, secure parking is available for members." }] },
|
||||
{ name: "Fitness", items: [{ question: "Are trainers always available?", answer: "Yes, our certified trainers are on the floor during all hours." }, { question: "Is it safe?", answer: "We prioritize 100% privacy and security." }] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Join Now"
|
||||
text="Start your journey with Get Fit Ladies Gym Sialkot today."
|
||||
primaryButton={{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/923424861918",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Book Consultation",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Join Now"
|
||||
text="Start your journey with Get Fit Ladies Gym Sialkot today."
|
||||
primaryButton={{ text: "WhatsApp Us", href: "https://wa.me/923424861918" }}
|
||||
secondaryButton={{ text: "Book Consultation", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user