Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
366
src/app/page.tsx
366
src/app/page.tsx
@@ -12,7 +12,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, Facebook, Heart, Instagram, Sparkles, Twitter } from "lucide-react";
|
||||
import { Award, Facebook, Heart, Instagram, Sparkles, Twitter, Dumbbell, Weight, HeartPulse, Brain, Run, Armchair } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,43 +33,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
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="Vita Fitness Club"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,113 +59,63 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Unleash Your Potential at Vita Fitness Club"
|
||||
description="Achieve your health and fitness goals with certified trainers, advanced equipment, and personalized programs. Start your transformation journey today!"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_fit",
|
||||
testimonial: "Vita Fitness Club changed my life! The trainers are incredibly supportive, and the personalized plan helped me lose 15kg. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-shiny-smile_158595-3430.jpg?_wi=1",
|
||||
},
|
||||
name: "Priya Sharma", handle: "@priya_fit", testimonial: "Vita Fitness Club changed my life! The trainers are incredibly supportive, and the personalized plan helped me lose 15kg. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-shiny-smile_158595-3430.jpg"},
|
||||
{
|
||||
name: "Rahul Mehta",
|
||||
handle: "@rahul_strength",
|
||||
testimonial: "The advanced equipment and motivating environment at VFC are unmatched. I've built more muscle here than anywhere else.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-sportswoman-cross-arms-looking-motivated-camera-fitness-girl-workout-practice-yoga-exercises-white-background_176420-47068.jpg?_wi=1",
|
||||
},
|
||||
name: "Rahul Mehta", handle: "@rahul_strength", testimonial: "The advanced equipment and motivating environment at VFC are unmatched. I've built more muscle here than anywhere else.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-sportswoman-cross-arms-looking-motivated-camera-fitness-girl-workout-practice-yoga-exercises-white-background_176420-47068.jpg"},
|
||||
{
|
||||
name: "Anjali Singh",
|
||||
handle: "@anjali_wellness",
|
||||
testimonial: "After 7 years, VFC still feels like home. The community is fantastic, and I always feel inspired to push my limits.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/san-marino-flag-handsome-young-muscular-man-black-background_559531-10936.jpg",
|
||||
},
|
||||
name: "Anjali Singh", handle: "@anjali_wellness", testimonial: "After 7 years, VFC still feels like home. The community is fantastic, and I always feel inspired to push my limits.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/san-marino-flag-handsome-young-muscular-man-black-background_559531-10936.jpg"},
|
||||
{
|
||||
name: "Sanjay Kumar",
|
||||
handle: "@sanjay_goals",
|
||||
testimonial: "Personalized programs truly make a difference. My trainer understood my goals and helped me surpass them much faster.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-working-out-speaking-phone-promenade_839833-32801.jpg",
|
||||
},
|
||||
name: "Sanjay Kumar", handle: "@sanjay_goals", testimonial: "Personalized programs truly make a difference. My trainer understood my goals and helped me surpass them much faster.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-working-out-speaking-phone-promenade_839833-32801.jpg"},
|
||||
{
|
||||
name: "Deepa Reddy",
|
||||
handle: "@deepa_active",
|
||||
testimonial: "From weight loss to improved energy, VFC provides everything I need. It's more than just a gym, it's a lifestyle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-water-bottle-mat_23-2148247208.jpg",
|
||||
},
|
||||
name: "Deepa Reddy", handle: "@deepa_active", testimonial: "From weight loss to improved energy, VFC provides everything I need. It's more than just a gym, it's a lifestyle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-water-bottle-mat_23-2148247208.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Your Journey Starts Here"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Programs",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Programs", href: "#features"},
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-model-sitting-skateboard_23-2147995966.jpg",
|
||||
alt: "Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-model-sitting-skateboard_23-2147995966.jpg", alt: "Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photo-beautiful-smiling-female-wearing-t-shirt-hair-band-short-sitting-street-with-longboard-looking-camera-with-toothy-smile-expressing-happiness-enjoying-leisure-time_176532-14812.jpg",
|
||||
alt: "Rahul Mehta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photo-beautiful-smiling-female-wearing-t-shirt-hair-band-short-sitting-street-with-longboard-looking-camera-with-toothy-smile-expressing-happiness-enjoying-leisure-time_176532-14812.jpg", alt: "Rahul Mehta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-jeans-holding-chain_23-2147687678.jpg",
|
||||
alt: "Anjali Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-jeans-holding-chain_23-2147687678.jpg", alt: "Anjali Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-cheerful-fit-good-looking-young-brazilian-woman-sitting-gym-floor_197531-22860.jpg",
|
||||
alt: "Sanjay Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-cheerful-fit-good-looking-young-brazilian-woman-sitting-gym-floor_197531-22860.jpg", alt: "Sanjay Kumar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fit-woman-training-indoors_23-2151717232.jpg",
|
||||
alt: "Deepa Reddy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fit-woman-training-indoors_23-2151717232.jpg", alt: "Deepa Reddy"},
|
||||
]}
|
||||
avatarText="Join our growing community!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290025.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290025.jpg"
|
||||
imageAlt="Dynamic gym environment with people working out"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-fit-people-together_23-2148948542.jpg",
|
||||
alt: "Medium shot fit people together",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-fit-people-together_23-2148948542.jpg", alt: "Medium shot fit people together"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/group-people-putting-their-hands-together-while-exercising-outdoors_23-2151061419.jpg",
|
||||
alt: "Group of people putting their hands together while exercising outdoors",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/group-people-putting-their-hands-together-while-exercising-outdoors_23-2151061419.jpg", alt: "Group of people putting their hands together while exercising outdoors"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289965.jpg",
|
||||
alt: "Side view group of people at gym",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289965.jpg", alt: "Side view group of people at gym"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg",
|
||||
alt: "Group of people exercising together outdoors",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg", alt: "Group of people exercising together outdoors"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg",
|
||||
alt: "Smiley male boxer posing in t-shirt with arms crossed",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", alt: "Smiley male boxer posing in t-shirt with arms crossed"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,15 +126,10 @@ export default function LandingPage() {
|
||||
title="About Vita Fitness Club: Your Partner in Wellness"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
{
|
||||
text: "Meet the Team",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Meet the Team", href: "#team"},
|
||||
]}
|
||||
description="For over 7 years, Vita Fitness Club has been the premier fitness destination in Vita, Maharashtra. Our mission is to inspire a healthier lifestyle and empower every member to become the best version of themselves. We pride ourselves on our experienced team, cutting-edge facilities, and a supportive community that makes fitness enjoyable and sustainable."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -212,35 +139,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Your Custom Plan",
|
||||
description: "Receive a custom fitness plan tailored to your goals, guided by our certified trainers.",
|
||||
bentoComponent: "3d-task-list",
|
||||
items: [
|
||||
title: "Your Custom Plan", description: "Receive a custom fitness plan tailored to your goals, guided by our certified trainers.", bentoComponent: "3d-task-list", items: [
|
||||
{
|
||||
icon: Dumbbell,
|
||||
label: "Strength Training",
|
||||
time: "Daily",
|
||||
},
|
||||
label: "Strength Training", time: "Daily"},
|
||||
{
|
||||
icon: Weight,
|
||||
label: "Weight Loss",
|
||||
time: "Weekly",
|
||||
},
|
||||
label: "Weight Loss", time: "Weekly"},
|
||||
{
|
||||
icon: HeartPulse,
|
||||
label: "Cardio Endurance",
|
||||
time: "Monthly",
|
||||
},
|
||||
],
|
||||
completedLabel: "Achieved",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-making-exercise_23-2148017434.jpg",
|
||||
imageAlt: "advanced gym equipment weights",
|
||||
label: "Cardio Endurance", time: "Monthly"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Expert Certified Trainers",
|
||||
description: "Learn from the best. Our trainers hold top certifications and are committed to your success.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Award,
|
||||
title: "Expert Certified Trainers", description: "Learn from the best. Our trainers hold top certifications and are committed to your success.", bentoComponent: "orbiting-icons", centerIcon: Award,
|
||||
items: [
|
||||
{
|
||||
icon: Brain,
|
||||
@@ -267,30 +179,17 @@ export default function LandingPage() {
|
||||
ring: 2,
|
||||
duration: 22,
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290025.jpg?_wi=2",
|
||||
imageAlt: "advanced gym equipment weights",
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "State-of-the-Art Equipment",
|
||||
description: "Train with the latest and most effective fitness machinery for optimal results.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "State-of-the-Art Equipment", description: "Train with the latest and most effective fitness machinery for optimal results.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-shiny-smile_158595-3430.jpg?_wi=2",
|
||||
imageAlt: "Advanced gym equipment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-shiny-smile_158595-3430.jpg", imageAlt: "Advanced gym equipment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-her-back_1163-154.jpg",
|
||||
imageAlt: "Woman doing yoga in a studio",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-her-back_1163-154.jpg", imageAlt: "Woman doing yoga in a studio"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627082.jpg",
|
||||
imageAlt: "Personal trainer assisting a client",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-sportswoman-cross-arms-looking-motivated-camera-fitness-girl-workout-practice-yoga-exercises-white-background_176420-47068.jpg?_wi=2",
|
||||
imageAlt: "advanced gym equipment weights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627082.jpg", imageAlt: "Personal trainer assisting a client"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Why Choose Vita Fitness Club?"
|
||||
@@ -305,32 +204,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ananya Sharma",
|
||||
role: "Head Trainer & Nutritionist",
|
||||
description: "With over a decade of experience, Ananya specializes in holistic wellness and personalized nutrition plans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-businesswoman-drawing-graph-glass_1262-1852.jpg",
|
||||
imageAlt: "Ananya Sharma, Head Trainer",
|
||||
},
|
||||
id: "1", name: "Ananya Sharma", role: "Head Trainer & Nutritionist", description: "With over a decade of experience, Ananya specializes in holistic wellness and personalized nutrition plans.", imageSrc: "http://img.b2bpic.net/free-photo/happy-pretty-businesswoman-drawing-graph-glass_1262-1852.jpg", imageAlt: "Ananya Sharma, Head Trainer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vikram Rathore",
|
||||
role: "Strength & Conditioning Coach",
|
||||
description: "Vikram is passionate about strength training and helping members achieve peak physical performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205574.jpg",
|
||||
imageAlt: "Vikram Rathore, Strength Coach",
|
||||
},
|
||||
id: "2", name: "Vikram Rathore", role: "Strength & Conditioning Coach", description: "Vikram is passionate about strength training and helping members achieve peak physical performance.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205574.jpg", imageAlt: "Vikram Rathore, Strength Coach"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pooja Desai",
|
||||
role: "Yoga & Flexibility Instructor",
|
||||
description: "Pooja guides members through rejuvenating yoga sessions, enhancing flexibility and mental clarity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-smiley-women-gym_23-2148387760.jpg",
|
||||
imageAlt: "Pooja Desai, Yoga Instructor",
|
||||
},
|
||||
id: "3", name: "Pooja Desai", role: "Yoga & Flexibility Instructor", description: "Pooja guides members through rejuvenating yoga sessions, enhancing flexibility and mental clarity.", imageSrc: "http://img.b2bpic.net/free-photo/group-smiley-women-gym_23-2148387760.jpg", imageAlt: "Pooja Desai, Yoga Instructor"},
|
||||
]}
|
||||
title="Meet Our Certified Fitness Experts"
|
||||
description="Our dedicated team of certified trainers is here to guide, motivate, and support you every step of the way."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -340,63 +222,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
price: "₹1500/month",
|
||||
subtitle: "Essential access to our facilities",
|
||||
buttons: [
|
||||
id: "basic", badge: "Starter", price: "₹1500/month", subtitle: "Essential access to our facilities", buttons: [
|
||||
{
|
||||
text: "Sign Up Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Sign Up Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Access to Gym Floor",
|
||||
"Basic Group Classes",
|
||||
"Locker Room Access",
|
||||
],
|
||||
"Access to Gym Floor", "Basic Group Classes", "Locker Room Access"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹2500/month",
|
||||
subtitle: "Elevate your fitness journey",
|
||||
buttons: [
|
||||
id: "premium", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "₹2500/month", subtitle: "Elevate your fitness journey", buttons: [
|
||||
{
|
||||
text: "Choose Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Premium", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"All Starter Features",
|
||||
"Unlimited Group Classes",
|
||||
"Personalized Fitness Assessment",
|
||||
"Access to Wellness Workshops",
|
||||
],
|
||||
"All Starter Features", "Unlimited Group Classes", "Personalized Fitness Assessment", "Access to Wellness Workshops"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Ultimate",
|
||||
badgeIcon: Award,
|
||||
price: "₹4000/month",
|
||||
subtitle: "Your complete fitness solution",
|
||||
buttons: [
|
||||
id: "elite", badge: "Ultimate", badgeIcon: Award,
|
||||
price: "₹4000/month", subtitle: "Your complete fitness solution", buttons: [
|
||||
{
|
||||
text: "Go Elite",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Go Elite", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"All Premium Features",
|
||||
"2 Personal Training Sessions/Month",
|
||||
"Custom Meal Plan Guidance",
|
||||
"Priority Booking for Classes",
|
||||
],
|
||||
"All Premium Features", "2 Personal Training Sessions/Month", "Custom Meal Plan Guidance", "Priority Booking for Classes"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Membership Plans for Every Goal"
|
||||
description="Choose from our range of membership options, designed to fit your fitness journey and budget."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -406,50 +260,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Life-Changing Experience!",
|
||||
quote: "Joining Vita Fitness Club was the best decision I made. The environment is so motivating, and the trainers genuinely care about your progress. I feel stronger and healthier than ever!",
|
||||
name: "Deepak Patil",
|
||||
role: "Long-term Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-red-headband-with-headphones-clenching-fists-happy-excited-standing-pink-wall_141793-57506.jpg",
|
||||
imageAlt: "Deepak Patil",
|
||||
},
|
||||
id: "1", title: "Life-Changing Experience!", quote: "Joining Vita Fitness Club was the best decision I made. The environment is so motivating, and the trainers genuinely care about your progress. I feel stronger and healthier than ever!", name: "Deepak Patil", role: "Long-term Member", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-red-headband-with-headphones-clenching-fists-happy-excited-standing-pink-wall_141793-57506.jpg", imageAlt: "Deepak Patil"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Achieved My Weight Loss Goals",
|
||||
quote: "I struggled with weight for years until I found VFC. Their personalized approach and constant encouragement helped me reach my target weight and maintain it. Thank you, VFC!",
|
||||
name: "Sonia Verma",
|
||||
role: "Successful Weight Loss Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-smiling-pink_179666-2224.jpg",
|
||||
imageAlt: "Sonia Verma",
|
||||
},
|
||||
id: "2", title: "Achieved My Weight Loss Goals", quote: "I struggled with weight for years until I found VFC. Their personalized approach and constant encouragement helped me reach my target weight and maintain it. Thank you, VFC!", name: "Sonia Verma", role: "Successful Weight Loss Client", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-smiling-pink_179666-2224.jpg", imageAlt: "Sonia Verma"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Beyond Just a Gym",
|
||||
quote: "Vita Fitness Club is more than just a gym; it's a community. I've made great friends here and always look forward to my workouts. The equipment is top-notch too!",
|
||||
name: "Arjun Rao",
|
||||
role: "Fitness Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-posing_23-2149036353.jpg",
|
||||
imageAlt: "Arjun Rao",
|
||||
},
|
||||
id: "3", title: "Beyond Just a Gym", quote: "Vita Fitness Club is more than just a gym; it's a community. I've made great friends here and always look forward to my workouts. The equipment is top-notch too!", name: "Arjun Rao", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-man-posing_23-2149036353.jpg", imageAlt: "Arjun Rao"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Professional and Supportive Trainers",
|
||||
quote: "The certified trainers at VFC are truly exceptional. They pushed me to my limits safely and provided invaluable advice on technique and diet. My strength has significantly improved.",
|
||||
name: "Kavita Shah",
|
||||
role: "Strength Training Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-exercising-with-two-dumbbell-weight-plates_1150-16508.jpg",
|
||||
imageAlt: "Kavita Shah",
|
||||
},
|
||||
id: "4", title: "Professional and Supportive Trainers", quote: "The certified trainers at VFC are truly exceptional. They pushed me to my limits safely and provided invaluable advice on technique and diet. My strength has significantly improved.", name: "Kavita Shah", role: "Strength Training Client", imageSrc: "http://img.b2bpic.net/free-photo/women-exercising-with-two-dumbbell-weight-plates_1150-16508.jpg", imageAlt: "Kavita Shah"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Holistic Wellness Approach",
|
||||
quote: "I appreciate VFC's focus on overall wellness, not just physical fitness. The yoga classes and nutritional guidance have transformed my lifestyle for the better.",
|
||||
name: "Rohit Das",
|
||||
role: "Wellness Program Participant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660982.jpg",
|
||||
imageAlt: "Rohit Das",
|
||||
},
|
||||
id: "5", title: "Holistic Wellness Approach", quote: "I appreciate VFC's focus on overall wellness, not just physical fitness. The yoga classes and nutritional guidance have transformed my lifestyle for the better.", name: "Rohit Das", role: "Wellness Program Participant", imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660982.jpg", imageAlt: "Rohit Das"},
|
||||
]}
|
||||
title="Hear From Our Happy Members"
|
||||
description="Discover how Vita Fitness Club has transformed lives and helped individuals achieve their fitness milestones."
|
||||
@@ -461,33 +280,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your club operating hours?",
|
||||
content: "Our club operates from 5:00 AM to 10:00 PM on weekdays, and 7:00 AM to 8:00 PM on weekends. Specific holiday hours may vary, please check our announcements.",
|
||||
},
|
||||
id: "1", title: "What are your club operating hours?", content: "Our club operates from 5:00 AM to 10:00 PM on weekdays, and 7:00 AM to 8:00 PM on weekends. Specific holiday hours may vary, please check our announcements."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer trial memberships?",
|
||||
content: "Yes, we offer a complimentary 3-day trial membership for new visitors to experience our facilities and a selection of group classes. Please inquire at the reception for details.",
|
||||
},
|
||||
id: "2", title: "Do you offer trial memberships?", content: "Yes, we offer a complimentary 3-day trial membership for new visitors to experience our facilities and a selection of group classes. Please inquire at the reception for details."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are personal training sessions included in membership plans?",
|
||||
content: "Personal training sessions are an add-on service. Our Elite membership includes 2 sessions per month, while other plans can purchase sessions individually or in packages.",
|
||||
},
|
||||
id: "3", title: "Are personal training sessions included in membership plans?", content: "Personal training sessions are an add-on service. Our Elite membership includes 2 sessions per month, while other plans can purchase sessions individually or in packages."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What types of group classes do you offer?",
|
||||
content: "We offer a wide range of group classes including Zumba, Yoga, Pilates, Spin, HIIT, and Body Pump. Check our schedule online for class timings and descriptions.",
|
||||
},
|
||||
id: "4", title: "What types of group classes do you offer?", content: "We offer a wide range of group classes including Zumba, Yoga, Pilates, Spin, HIIT, and Body Pump. Check our schedule online for class timings and descriptions."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about Vita Fitness Club, our services, and memberships."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Directly",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us Directly", href: "#contact"},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -498,20 +303,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Transform Your Life?"
|
||||
description="Join Vita Fitness Club today and embark on a journey to a healthier, stronger you. Contact us to learn more!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Tour",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Tour", href: "#"},
|
||||
{
|
||||
text: "View Membership Options",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "View Membership Options", href: "#pricing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -523,19 +323,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/vitafitnessclub",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/vitafitnessclub", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/vitafitnessclub",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/vitafitnessclub", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/vitafitnessclub",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/vitafitnessclub", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user