diff --git a/src/app/page.tsx b/src/app/page.tsx
index b8164f2..3a8e141 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -77,113 +59,63 @@ export default function LandingPage() {
@@ -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."
/>
@@ -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"
/>
@@ -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"
/>
@@ -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() {
@@ -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"},
]}
/>