Merge version_1 into main #1
354
src/app/page.tsx
354
src/app/page.tsx
@@ -34,84 +34,51 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Supplements",
|
||||
id: "#supplements",
|
||||
},
|
||||
name: "Supplements", id: "#supplements"},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "#trainers",
|
||||
},
|
||||
name: "Trainers", id: "#trainers"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Muscle Factory Gym Liluah"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="MUSCLE FACTORY GYM LILUAH"
|
||||
description="BE STRONGER THAN YOUR EXCUSES. Your ultimate fitness destination for bodybuilding, weight training, and personalized guidance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera_23-2148238839.jpg",
|
||||
alt: "Happy member Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera_23-2148238839.jpg", alt: "Happy member Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
|
||||
alt: "Happy member Mark",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", alt: "Happy member Mark"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-charismatic-beautiful-young-woman-dancing-listening-music-wireless-headphones_1258-253777.jpg",
|
||||
alt: "Happy member Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-charismatic-beautiful-young-woman-dancing-listening-music-wireless-headphones_1258-253777.jpg", alt: "Happy member Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-sitting-bumper-car_23-2147910351.jpg",
|
||||
alt: "Happy member David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-sitting-bumper-car_23-2147910351.jpg", alt: "Happy member David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-headphones_23-2148435370.jpg",
|
||||
alt: "Happy member Chris",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-headphones_23-2148435370.jpg", alt: "Happy member Chris"},
|
||||
]}
|
||||
avatarText="Trusted by over 100+ members with a 4.9/5 rating!"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EiM05gRiJPGVa3C5GXWQQj2mOZ/uploaded-1780656744821-2oi1jcfu.png"
|
||||
@@ -119,25 +86,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Build Strength 💪",
|
||||
},
|
||||
type: "text", text: "Build Strength 💪"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Achieve Goals 🏆",
|
||||
},
|
||||
type: "text", text: "Achieve Goals 🏆"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Guidance 🤝",
|
||||
},
|
||||
type: "text", text: "Expert Guidance 🤝"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Equipment 🏋️",
|
||||
},
|
||||
type: "text", text: "Premium Equipment 🏋️"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Supportive Community 🌟",
|
||||
},
|
||||
type: "text", text: "Supportive Community 🌟"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,22 +104,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About ",
|
||||
},
|
||||
type: "text", content: "About "},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EiM05gRiJPGVa3C5GXWQQj2mOZ/uploaded-1780656744821-2oi1jcfu.png",
|
||||
alt: "Muscle Factory Gym Logo",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EiM05gRiJPGVa3C5GXWQQj2mOZ/uploaded-1780656744821-2oi1jcfu.png", alt: "Muscle Factory Gym Logo"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Liluah: Your Premier Fitness Destination",
|
||||
},
|
||||
type: "text", content: " Liluah: Your Premier Fitness Destination"},
|
||||
]}
|
||||
description="Muscle Factory Gym Liluah offers a spacious gym equipped with modern cardio and free weights. Our skilled trainers provide personalized guidance, from bodybuilding and weight training to HIIT and CrossFit-style workouts. Enjoy a positive environment for all, complete with lockers, shower, and steam rooms."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-couple-gym_23-2148503031.jpg"
|
||||
imageAlt="Modern interior of Muscle Factory Gym Liluah"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,53 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "weight-training",
|
||||
title: "Weight Training",
|
||||
description: "Build strength and muscle with expertly guided weightlifting sessions.",
|
||||
tag: "Strength",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-58400.jpg",
|
||||
imageAlt: "Person doing weight training",
|
||||
},
|
||||
id: "weight-training", title: "Weight Training", description: "Build strength and muscle with expertly guided weightlifting sessions.", tag: "Strength", imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-58400.jpg", imageAlt: "Person doing weight training"},
|
||||
{
|
||||
id: "personal-training",
|
||||
title: "Personal Training",
|
||||
description: "Achieve rapid results with customized workout and diet plans from our skilled trainers.",
|
||||
tag: "Personalized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627085.jpg",
|
||||
imageAlt: "Personal trainer guiding a client",
|
||||
},
|
||||
id: "personal-training", title: "Personal Training", description: "Achieve rapid results with customized workout and diet plans from our skilled trainers.", tag: "Personalized", imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627085.jpg", imageAlt: "Personal trainer guiding a client"},
|
||||
{
|
||||
id: "hiit-crossfit",
|
||||
title: "HIIT & CrossFit",
|
||||
description: "Challenge your limits with high-intensity interval training and dynamic CrossFit workouts.",
|
||||
tag: "Intense",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-stretching_23-2148267206.jpg",
|
||||
imageAlt: "Group doing HIIT or CrossFit",
|
||||
},
|
||||
id: "hiit-crossfit", title: "HIIT & CrossFit", description: "Challenge your limits with high-intensity interval training and dynamic CrossFit workouts.", tag: "Intense", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-stretching_23-2148267206.jpg", imageAlt: "Group doing HIIT or CrossFit"},
|
||||
{
|
||||
id: "cardio-sessions",
|
||||
title: "Cardio Sessions",
|
||||
description: "Improve your endurance and heart health with our modern cardio machines.",
|
||||
tag: "Endurance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-checking-recent-results_329181-14108.jpg",
|
||||
imageAlt: "Person running on a treadmill",
|
||||
},
|
||||
id: "cardio-sessions", title: "Cardio Sessions", description: "Improve your endurance and heart health with our modern cardio machines.", tag: "Endurance", imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-checking-recent-results_329181-14108.jpg", imageAlt: "Person running on a treadmill"},
|
||||
{
|
||||
id: "bodybuilding-guidance",
|
||||
title: "Bodybuilding Guidance",
|
||||
description: "Expert coaching and support for serious bodybuilding enthusiasts and competitors.",
|
||||
tag: "Bodybuilding",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-floor-looking-woman-gym_23-2147949623.jpg",
|
||||
imageAlt: "Bodybuilder posing",
|
||||
},
|
||||
id: "bodybuilding-guidance", title: "Bodybuilding Guidance", description: "Expert coaching and support for serious bodybuilding enthusiasts and competitors.", tag: "Bodybuilding", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-floor-looking-woman-gym_23-2147949623.jpg", imageAlt: "Bodybuilder posing"},
|
||||
{
|
||||
id: "nutrition-plans",
|
||||
title: "Nutrition Guidance",
|
||||
description: "Receive customized diet and nutrition plans to complement your training and maximize results.",
|
||||
tag: "Diet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportsman-standing-white-wall-holding-syringle_171337-15346.jpg",
|
||||
imageAlt: "Healthy food and nutrition plan",
|
||||
},
|
||||
id: "nutrition-plans", title: "Nutrition Guidance", description: "Receive customized diet and nutrition plans to complement your training and maximize results.", tag: "Diet", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-standing-white-wall-holding-syringle_171337-15346.jpg", imageAlt: "Healthy food and nutrition plan"},
|
||||
]}
|
||||
title="Our Diverse Training Programs"
|
||||
description="Tailored to help you achieve your fitness goals, whether you're a beginner or an advanced enthusiast."
|
||||
@@ -234,53 +145,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Whey Protein Isolate",
|
||||
price: "₹2,999",
|
||||
variant: "Chocolate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980045.jpg",
|
||||
imageAlt: "Whey Protein Isolate tub",
|
||||
},
|
||||
id: "product-1", name: "Whey Protein Isolate", price: "₹2,999", variant: "Chocolate", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980045.jpg", imageAlt: "Whey Protein Isolate tub"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Pre-Workout Energy",
|
||||
price: "₹1,499",
|
||||
variant: "Fruit Punch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980046.jpg",
|
||||
imageAlt: "Pre-Workout Energy powder",
|
||||
},
|
||||
id: "product-2", name: "Pre-Workout Energy", price: "₹1,499", variant: "Fruit Punch", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980046.jpg", imageAlt: "Pre-Workout Energy powder"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Athlete's Multivitamin",
|
||||
price: "₹899",
|
||||
variant: "60 Tablets",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportsman-holding-vitamins-sport-pills_171337-15328.jpg",
|
||||
imageAlt: "Athlete's Multivitamin bottle",
|
||||
},
|
||||
id: "product-3", name: "Athlete's Multivitamin", price: "₹899", variant: "60 Tablets", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-holding-vitamins-sport-pills_171337-15328.jpg", imageAlt: "Athlete's Multivitamin bottle"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "BCAA Powder",
|
||||
price: "₹1,299",
|
||||
variant: "Watermelon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-containers-arrangement_23-2149080636.jpg",
|
||||
imageAlt: "BCAA Powder container",
|
||||
},
|
||||
id: "product-4", name: "BCAA Powder", price: "₹1,299", variant: "Watermelon", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-containers-arrangement_23-2149080636.jpg", imageAlt: "BCAA Powder container"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "High Protein Bar",
|
||||
price: "₹199",
|
||||
variant: "Peanut Butter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-dried-fruit-pieces-inside-outside-little-paper-package-white_140725-23974.jpg",
|
||||
imageAlt: "High Protein Bar",
|
||||
},
|
||||
id: "product-5", name: "High Protein Bar", price: "₹199", variant: "Peanut Butter", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dried-fruit-pieces-inside-outside-little-paper-package-white_140725-23974.jpg", imageAlt: "High Protein Bar"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Gym Shaker Bottle",
|
||||
price: "₹499",
|
||||
variant: "700ml Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pink-water-bottle-sports-fitness-activities_187299-47398.jpg",
|
||||
imageAlt: "Gym Shaker Bottle",
|
||||
},
|
||||
id: "product-6", name: "Gym Shaker Bottle", price: "₹499", variant: "700ml Black", imageSrc: "http://img.b2bpic.net/free-photo/blue-pink-water-bottle-sports-fitness-activities_187299-47398.jpg", imageAlt: "Gym Shaker Bottle"},
|
||||
]}
|
||||
title="Premium Gym Supplements"
|
||||
description="Fuel your performance and recovery with our curated selection of high-quality supplements."
|
||||
@@ -295,32 +170,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.9/5",
|
||||
title: "Google Rating",
|
||||
description: "Based on 112 overwhelmingly positive reviews.",
|
||||
icon: Star,
|
||||
id: "rating", value: "4.9/5", title: "Google Rating", description: "Based on 112 overwhelmingly positive reviews.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "trainers",
|
||||
value: "100%",
|
||||
title: "Skilled Trainers",
|
||||
description: "Our certified experts provide personalized and effective guidance.",
|
||||
icon: Users,
|
||||
id: "trainers", value: "100%", title: "Skilled Trainers", description: "Our certified experts provide personalized and effective guidance.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "equipment",
|
||||
value: "Modern",
|
||||
title: "Equipment Quality",
|
||||
description: "Well-maintained, high-quality machines for all your workout needs.",
|
||||
icon: Activity,
|
||||
id: "equipment", value: "Modern", title: "Equipment Quality", description: "Well-maintained, high-quality machines for all your workout needs.", icon: Activity,
|
||||
},
|
||||
{
|
||||
id: "environment",
|
||||
value: "Positive",
|
||||
title: "Atmosphere",
|
||||
description: "A friendly and motivating space for men and women, beginners to pros.",
|
||||
icon: Smile,
|
||||
id: "environment", value: "Positive", title: "Atmosphere", description: "A friendly and motivating space for men and women, beginners to pros.", icon: Smile,
|
||||
},
|
||||
]}
|
||||
title="Why Members Love Muscle Factory Gym Liluah"
|
||||
@@ -336,29 +195,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "trainer-1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Head Fitness Coach",
|
||||
description: "With over 10 years of experience, Rajesh specializes in bodybuilding and advanced strength training techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-man-dark-blue-shirt-posing-grey-background-studio_613910-12752.jpg",
|
||||
imageAlt: "Rajesh Kumar, Head Fitness Coach",
|
||||
},
|
||||
id: "trainer-1", name: "Rajesh Kumar", role: "Head Fitness Coach", description: "With over 10 years of experience, Rajesh specializes in bodybuilding and advanced strength training techniques.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-blond-man-dark-blue-shirt-posing-grey-background-studio_613910-12752.jpg", imageAlt: "Rajesh Kumar, Head Fitness Coach"},
|
||||
{
|
||||
id: "trainer-2",
|
||||
name: "Priya Sharma",
|
||||
role: "Personal Training Specialist",
|
||||
description: "Priya excels in personalized nutrition plans and HIIT, helping clients achieve sustainable results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-fit-woman-gym-medium-shot_23-2149445951.jpg",
|
||||
imageAlt: "Priya Sharma, Personal Training Specialist",
|
||||
},
|
||||
id: "trainer-2", name: "Priya Sharma", role: "Personal Training Specialist", description: "Priya excels in personalized nutrition plans and HIIT, helping clients achieve sustainable results.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-fit-woman-gym-medium-shot_23-2149445951.jpg", imageAlt: "Priya Sharma, Personal Training Specialist"},
|
||||
{
|
||||
id: "trainer-3",
|
||||
name: "Amit Singh",
|
||||
role: "CrossFit & Endurance Coach",
|
||||
description: "Amit's passion lies in functional fitness and high-endurance workouts, pushing members to new limits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-workout-treadmill_23-2148503085.jpg",
|
||||
imageAlt: "Amit Singh, CrossFit & Endurance Coach",
|
||||
},
|
||||
id: "trainer-3", name: "Amit Singh", role: "CrossFit & Endurance Coach", description: "Amit's passion lies in functional fitness and high-endurance workouts, pushing members to new limits.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-workout-treadmill_23-2148503085.jpg", imageAlt: "Amit Singh, CrossFit & Endurance Coach"},
|
||||
]}
|
||||
title="Meet Our Expert Trainers"
|
||||
description="Our team of knowledgeable and supportive trainers is dedicated to guiding you through every step of your fitness journey."
|
||||
@@ -372,45 +213,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Surbhi Agarwal",
|
||||
role: "Local Guide",
|
||||
testimonial: "Best gym in the locality. Friendly owners and trainer! Can share everything and not feel embarrassed. Great environment for serious fitness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-emotionally-posing-yellow-wall_179666-12571.jpg",
|
||||
imageAlt: "Surbhi Agarwal",
|
||||
},
|
||||
id: "testimonial-1", name: "Surbhi Agarwal", role: "Local Guide", testimonial: "Best gym in the locality. Friendly owners and trainer! Can share everything and not feel embarrassed. Great environment for serious fitness.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-emotionally-posing-yellow-wall_179666-12571.jpg", imageAlt: "Surbhi Agarwal"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Sushmita Das",
|
||||
role: "Gym Member",
|
||||
testimonial: "One of the best gym in Liluah. Very much friendly and cooperative staff are available here. Trainers are very much professional and give good guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12692.jpg",
|
||||
imageAlt: "Sushmita Das",
|
||||
},
|
||||
id: "testimonial-2", name: "Sushmita Das", role: "Gym Member", testimonial: "One of the best gym in Liluah. Very much friendly and cooperative staff are available here. Trainers are very much professional and give good guidance.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12692.jpg", imageAlt: "Sushmita Das"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Rishabh Gupta",
|
||||
role: "Bodybuilding Enthusiast",
|
||||
testimonial: "If anyone wants to be professional at Bodybuilding then this gym is temple for you guys. This gym has best guidance and professional trainer equipment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-gym_23-2148625766.jpg",
|
||||
imageAlt: "Rishabh Gupta",
|
||||
},
|
||||
id: "testimonial-3", name: "Rishabh Gupta", role: "Bodybuilding Enthusiast", testimonial: "If anyone wants to be professional at Bodybuilding then this gym is temple for you guys. This gym has best guidance and professional trainer equipment. ", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-gym_23-2148625766.jpg", imageAlt: "Rishabh Gupta"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Piyush Singh",
|
||||
role: "Gym Member",
|
||||
testimonial: "I would love to rate Muscle Factory Gym high. Having workout over here is having a great experience, friendly environment, good location, best equipments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-smiling-sportswoman-wearing-activewear-sits-medicine-ball_197531-22610.jpg",
|
||||
imageAlt: "Piyush Singh",
|
||||
},
|
||||
id: "testimonial-4", name: "Piyush Singh", role: "Gym Member", testimonial: "I would love to rate Muscle Factory Gym high. Having workout over here is having a great experience, friendly environment, good location, best equipments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-smiling-sportswoman-wearing-activewear-sits-medicine-ball_197531-22610.jpg", imageAlt: "Piyush Singh"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Ayush Ghosh",
|
||||
role: "Local Guide",
|
||||
testimonial: "The leg press machine and the pec deck machine are the best in the entire district till now. Overall equipments are top notch. 10/10 would recommend to join.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-sporty-man-wearing-headband-wristbands-doing-ok-sign-isolated-white-wall_141793-101717.jpg",
|
||||
imageAlt: "Ayush Ghosh",
|
||||
},
|
||||
id: "testimonial-5", name: "Ayush Ghosh", role: "Local Guide", testimonial: "The leg press machine and the pec deck machine are the best in the entire district till now. Overall equipments are top notch. 10/10 would recommend to join.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-sporty-man-wearing-headband-wristbands-doing-ok-sign-isolated-white-wall_141793-101717.jpg", imageAlt: "Ayush Ghosh"},
|
||||
]}
|
||||
title="Hear From Our Happy Members"
|
||||
description="Real stories and experiences from the Muscle Factory Gym Liluah community."
|
||||
@@ -423,25 +234,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Saturday from 6:00 AM–1:00 PM and 4:00 PM–10:00 PM. We are closed on Sundays.",
|
||||
},
|
||||
id: "faq-1", title: "What are your operating hours?", content: "We are open Monday to Saturday from 6:00 AM–1:00 PM and 4:00 PM–10:00 PM. We are closed on Sundays."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer personal training? ",
|
||||
content: "Yes, we offer comprehensive personal training sessions with our skilled and knowledgeable trainers to help you achieve your specific fitness goals.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer personal training? ", content: "Yes, we offer comprehensive personal training sessions with our skilled and knowledgeable trainers to help you achieve your specific fitness goals."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Are there amenities like showers and lockers?",
|
||||
content: "Yes, Muscle Factory Gym Liluah provides modern locker facilities, shower rooms, and steam rooms for your convenience.",
|
||||
},
|
||||
id: "faq-3", title: "Are there amenities like showers and lockers?", content: "Yes, Muscle Factory Gym Liluah provides modern locker facilities, shower rooms, and steam rooms for your convenience."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I get nutrition guidance?",
|
||||
content: "Absolutely! Our experts provide customized diet and nutrition plans to complement your workout regime and optimize your results.",
|
||||
},
|
||||
id: "faq-4", title: "Can I get nutrition guidance?", content: "Absolutely! Our experts provide customized diet and nutrition plans to complement your workout regime and optimize your results."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about Muscle Factory Gym Liluah and our services."
|
||||
@@ -453,8 +252,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Join Us"
|
||||
title="Start Your Fitness Journey Today"
|
||||
description="Ready to get stronger? Fill out the form below or contact us directly to learn more about memberships and personalized training options."
|
||||
@@ -472,57 +270,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Trainers",
|
||||
href: "#trainers",
|
||||
},
|
||||
label: "Trainers", href: "#trainers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Supplements",
|
||||
href: "#supplements",
|
||||
},
|
||||
label: "Supplements", href: "#supplements"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Address",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "Address", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "Phone: 089613 60384",
|
||||
href: "tel:08961360384",
|
||||
},
|
||||
label: "Phone: 089613 60384", href: "tel:08961360384"},
|
||||
{
|
||||
label: "Email: info@musclefactory.com",
|
||||
href: "mailto:info@musclefactory.com",
|
||||
},
|
||||
label: "Email: info@musclefactory.com", href: "mailto:info@musclefactory.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user