Merge version_1 into main #3
@@ -13,7 +13,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, Bike, ClipboardList, Dumbbell, HeartPulse, Leaf, Treadmill, Users, Zap } from "lucide-react";
|
||||
import { Award, Bike, ClipboardList, Dumbbell, HeartPulse, Leaf, Users, Zap, Run } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
name: "Contact", id: "#contact"}
|
||||
]}
|
||||
brandName="The Workout Place"
|
||||
/>
|
||||
@@ -66,14 +66,14 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Join Now", href: "#plans"},
|
||||
{
|
||||
text: "Take a Tour", href: "#contact"},
|
||||
text: "Take a Tour", href: "#contact"}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-working-out-together-outdoors_23-2149011931.jpg", imageAlt: "Dynamic workout session in a modern gym"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-senior-bearded-male-fitness-insturctor-with-clipboard-watching-his-female-client-exercise-rowing-machine-attractive-woman-training-gym-with-personal-coach-doing-cardio-workout_343059-108.jpg", imageAlt: "Clean and spacious gym interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-senior-bearded-male-fitness-insturctor-with-clipboard-watching-his-female-client-exercise-rowing-machine-attractive-woman-training-gym-with-personal-coach-doing-cardio-workout_343059-108.jpg", imageAlt: "Clean and spacious gym interior"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -90,11 +90,11 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-training-gym_52683-103764.jpg", alt: "Personal trainer assisting a client"},
|
||||
{
|
||||
type: "text", content: "Your Ultimate Fitness Destination in Vikaspuri"},
|
||||
type: "text", content: "Your Ultimate Fitness Destination in Vikaspuri"}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "#"},
|
||||
text: "Learn More", href: "#"}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -111,16 +111,16 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg", imageAlt: "Person running on a treadmill"},
|
||||
items: [
|
||||
{
|
||||
icon: Treadmill,
|
||||
icon: Run,
|
||||
text: "Cardio Machines"},
|
||||
{
|
||||
icon: Dumbbell,
|
||||
text: "Weight Training"},
|
||||
{
|
||||
icon: Bike,
|
||||
text: "Cycling Studio"},
|
||||
text: "Cycling Studio"}
|
||||
],
|
||||
reverse: false,
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Certified Personal Trainers", description: "Our experienced and certified trainers provide personalized workout plans and guidance to maximize your results.", media: {
|
||||
@@ -134,9 +134,9 @@ export default function LandingPage() {
|
||||
text: "Custom Plans"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Motivation & Support"},
|
||||
text: "Motivation & Support"}
|
||||
],
|
||||
reverse: true,
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Diverse Group Classes", description: "From high-intensity interval training (HIIT) to calming yoga sessions, our classes cater to all fitness levels and interests.", media: {
|
||||
@@ -150,10 +150,10 @@ export default function LandingPage() {
|
||||
text: "HIIT & Zumba"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Yoga & Pilates"},
|
||||
text: "Yoga & Pilates"}
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Why Choose The Workout Place?"
|
||||
description="We offer a holistic approach to fitness, combining cutting-edge equipment, personalized training, and a motivating environment to help you succeed."
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
"All Premium Features", "Unlimited Personal Training", "Custom Meal Plans", "Priority Booking for Classes", "Guest Passes"],
|
||||
button: {
|
||||
text: "Select Elite", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-with-basket-balls_23-2149160546.jpg", imageAlt: "Group fitness class smiling"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-with-basket-balls_23-2149160546.jpg", imageAlt: "Group fitness class smiling"}
|
||||
]}
|
||||
title="Choose Your Fitness Journey"
|
||||
description="Find the perfect membership plan that fits your lifestyle and fitness aspirations at The Workout Place."
|
||||
@@ -198,16 +198,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "members", value: "1200+", title: "Happy Members", items: [
|
||||
"Active & Engaged Community", "Diverse Fitness Journeys"],
|
||||
},
|
||||
"Active & Engaged Community", "Diverse Fitness Journeys"]},
|
||||
{
|
||||
id: "classes", value: "50+", title: "Weekly Classes", items: [
|
||||
"Variety for All Levels", "Expert-Led Sessions"],
|
||||
},
|
||||
"Variety for All Levels", "Expert-Led Sessions"]},
|
||||
{
|
||||
id: "trainers", value: "10+", title: "Certified Trainers", items: [
|
||||
"Personalized Coaching", "Specialized Expertise"],
|
||||
},
|
||||
"Personalized Coaching", "Specialized Expertise"]}
|
||||
]}
|
||||
title="Our Impact: Fitness by the Numbers"
|
||||
description="Discover the milestones and achievements that define The Workout Place's commitment to your health and wellness."
|
||||
@@ -227,7 +224,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "trainer-2", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Portrait of female fitness trainer Priya Singh"},
|
||||
{
|
||||
id: "trainer-3", name: "Amit Kumar", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-crossed-arms-outdoors_23-2147562380.jpg", imageAlt: "Portrait of nutritionist Amit Kumar"},
|
||||
id: "trainer-3", name: "Amit Kumar", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-crossed-arms-outdoors_23-2147562380.jpg", imageAlt: "Portrait of nutritionist Amit Kumar"}
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -250,7 +247,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "5", name: "Deepa Sharma", role: "Entrepreneur", testimonial: "The personal training sessions are a game-changer. My trainer understood my goals and pushed me to achieve them. Best gym in Vikaspuri!", imageSrc: "http://img.b2bpic.net/free-photo/success-achieved-after-good-workout_329181-14138.jpg", imageAlt: "Portrait of Deepa Sharma"},
|
||||
{
|
||||
id: "6", name: "Varun Gupta", role: "Banker", testimonial: "I appreciate the clean environment and the variety of classes. It's easy to fit workouts into my busy schedule. Fantastic place to stay fit.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-background-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16550.jpg", imageAlt: "Portrait of Varun Gupta"},
|
||||
id: "6", name: "Varun Gupta", role: "Banker", testimonial: "I appreciate the clean environment and the variety of classes. It's easy to fit workouts into my busy schedule. Fantastic place to stay fit.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-background-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16550.jpg", imageAlt: "Portrait of Varun Gupta"}
|
||||
]}
|
||||
title="What Our Members Say"
|
||||
description="Hear directly from our satisfied clients about their journey and transformation at The Workout Place."
|
||||
@@ -267,7 +264,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "2", title: "Do you offer trial memberships?", content: "Yes, we offer a complimentary one-day trial pass for new visitors. You can sign up for it on our website or at the reception desk."},
|
||||
{
|
||||
id: "3", title: "Can I bring a guest?", content: "Premium and Elite members receive guest passes as part of their membership benefits. Guests must register at the front desk upon arrival."},
|
||||
id: "3", title: "Can I bring a guest?", content: "Premium and Elite members receive guest passes as part of their membership benefits. Guests must register at the front desk upon arrival."}
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about our gym, memberships, or classes? Find quick answers here."
|
||||
@@ -282,16 +279,16 @@ export default function LandingPage() {
|
||||
description="Have questions or ready to join? Get in touch with us today and start your journey to a healthier you!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your fitness goals or questions...", rows: 4,
|
||||
name: "message", placeholder: "Tell us about your fitness goals or questions...", rows: 4
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-sportswear-exercise-class-gym_1150-12358.jpg"
|
||||
imageAlt="Modern gym reception area"
|
||||
@@ -314,8 +311,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Our Trainers", href: "#team"},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
label: "Testimonials", href: "#testimonials"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
@@ -324,8 +321,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Group Classes", href: "#features"},
|
||||
{
|
||||
label: "Personal Training", href: "#features"},
|
||||
],
|
||||
label: "Personal Training", href: "#features"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
@@ -334,9 +331,9 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
label: "Privacy Policy", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 The Workout Place. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user