Merge version_1 into main #2
371
src/app/page.tsx
371
src/app/page.tsx
@@ -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, Leaf, Users, Zap } from "lucide-react";
|
||||
import { Award, Bike, ClipboardList, Dumbbell, HeartPulse, Leaf, Treadmill, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "#plans",
|
||||
},
|
||||
name: "Plans", id: "#plans"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
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="The Workout Place"
|
||||
/>
|
||||
@@ -73,44 +57,23 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
title="Unleash Your Potential at The Workout Place"
|
||||
description="Transform your body and mind with our state-of-the-art facilities and expert trainers in Vikaspuri. Achieve your fitness goals with a community that supports you."
|
||||
tag="Start Your Fitness Journey Today"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#plans",
|
||||
},
|
||||
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?_wi=1",
|
||||
imageAlt: "Dynamic workout session in a modern gym",
|
||||
},
|
||||
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?_wi=1",
|
||||
imageAlt: "Clean and spacious gym interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-gym_52683-111017.jpg",
|
||||
imageAlt: "People exercising in the gym",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell-lifestyle-active-athletic-sporty_1303-524.jpg",
|
||||
imageAlt: "dumbbell lifestyle active athletic sporty",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-training-treadmill-home-home-workout-treadmill_169016-68288.jpg",
|
||||
imageAlt: "Sporty girl training on a treadmill at home Home workout Treadmill",
|
||||
},
|
||||
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}
|
||||
@@ -123,24 +86,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About The Workout Place",
|
||||
},
|
||||
type: "text", content: "About The Workout Place"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-training-gym_52683-103764.jpg",
|
||||
alt: "Personal trainer assisting a client",
|
||||
},
|
||||
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"
|
||||
/>
|
||||
@@ -153,79 +107,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "State-of-the-Art Equipment",
|
||||
description: "Access the latest treadmills, ellipticals, weight machines, and free weights for a comprehensive workout experience.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg",
|
||||
imageAlt: "Person running on a treadmill",
|
||||
},
|
||||
title: "State-of-the-Art Equipment", description: "Access the latest treadmills, ellipticals, weight machines, and free weights for a comprehensive workout experience.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg", imageAlt: "Person running on a treadmill"},
|
||||
items: [
|
||||
{
|
||||
icon: Treadmill,
|
||||
text: "Cardio Machines",
|
||||
},
|
||||
text: "Cardio Machines"},
|
||||
{
|
||||
icon: Dumbbell,
|
||||
text: "Weight Training",
|
||||
},
|
||||
text: "Weight Training"},
|
||||
{
|
||||
icon: Bike,
|
||||
text: "Cycling Studio",
|
||||
},
|
||||
text: "Cycling Studio"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-working-out-together-outdoors_23-2149011931.jpg?_wi=2",
|
||||
imageAlt: "person running treadmill cardio",
|
||||
},
|
||||
{
|
||||
title: "Certified Personal Trainers",
|
||||
description: "Our experienced and certified trainers provide personalized workout plans and guidance to maximize your results.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-resting-after-cross-training-with-barbell-health-club_637285-2493.jpg",
|
||||
imageAlt: "Heavy weights in a gym",
|
||||
},
|
||||
title: "Certified Personal Trainers", description: "Our experienced and certified trainers provide personalized workout plans and guidance to maximize your results.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-build-man-resting-after-cross-training-with-barbell-health-club_637285-2493.jpg", imageAlt: "Heavy weights in a gym"},
|
||||
items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Expert Guidance",
|
||||
},
|
||||
text: "Expert Guidance"},
|
||||
{
|
||||
icon: ClipboardList,
|
||||
text: "Custom Plans",
|
||||
},
|
||||
text: "Custom Plans"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Motivation & Support",
|
||||
},
|
||||
text: "Motivation & Support"},
|
||||
],
|
||||
reverse: true,
|
||||
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?_wi=2",
|
||||
imageAlt: "person running treadmill cardio",
|
||||
},
|
||||
{
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-doing-exerecises_23-2148521618.jpg",
|
||||
imageAlt: "Yoga class in a studio",
|
||||
},
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-doing-exerecises_23-2148521618.jpg", imageAlt: "Yoga class in a studio"},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Group Sessions",
|
||||
},
|
||||
text: "Group Sessions"},
|
||||
{
|
||||
icon: HeartPulse,
|
||||
text: "HIIT & Zumba",
|
||||
},
|
||||
text: "HIIT & Zumba"},
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Yoga & Pilates",
|
||||
},
|
||||
text: "Yoga & Pilates"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_52683-103764.jpg",
|
||||
imageAlt: "person running treadmill cardio",
|
||||
},
|
||||
]}
|
||||
title="Why Choose The Workout Place?"
|
||||
@@ -240,59 +167,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic Access",
|
||||
price: "₹1500",
|
||||
period: "per month",
|
||||
features: [
|
||||
"Access to Gym Floor",
|
||||
"Standard Equipment Use",
|
||||
"Locker Room Access",
|
||||
],
|
||||
id: "basic", title: "Basic Access", price: "₹1500", period: "per month", features: [
|
||||
"Access to Gym Floor", "Standard Equipment Use", "Locker Room Access"],
|
||||
button: {
|
||||
text: "Select Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-water-bottle_23-2149049764.jpg",
|
||||
imageAlt: "Motivated woman working out in a gym",
|
||||
},
|
||||
text: "Select Basic", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-water-bottle_23-2149049764.jpg", imageAlt: "Motivated woman working out in a gym"},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Premium Membership",
|
||||
price: "₹2500",
|
||||
period: "per month",
|
||||
features: [
|
||||
"All Basic Features",
|
||||
"Access to Group Classes",
|
||||
"1 Personal Training Session/Month",
|
||||
"Nutritional Guidance",
|
||||
],
|
||||
id: "premium", title: "Premium Membership", price: "₹2500", period: "per month", features: [
|
||||
"All Basic Features", "Access to Group Classes", "1 Personal Training Session/Month", "Nutritional Guidance"],
|
||||
button: {
|
||||
text: "Select Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-sport-with-stats_23-2150040503.jpg",
|
||||
imageAlt: "Man enjoying post workout",
|
||||
},
|
||||
text: "Select Premium", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-sport-with-stats_23-2150040503.jpg", imageAlt: "Man enjoying post workout"},
|
||||
{
|
||||
id: "elite",
|
||||
title: "Elite Transformation",
|
||||
price: "₹4000",
|
||||
period: "per month",
|
||||
features: [
|
||||
"All Premium Features",
|
||||
"Unlimited Personal Training",
|
||||
"Custom Meal Plans",
|
||||
"Priority Booking for Classes",
|
||||
"Guest Passes",
|
||||
],
|
||||
id: "elite", title: "Elite Transformation", price: "₹4000", period: "per month", features: [
|
||||
"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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Choose Your Fitness Journey"
|
||||
description="Find the perfect membership plan that fits your lifestyle and fitness aspirations at The Workout Place."
|
||||
@@ -306,31 +197,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "members",
|
||||
value: "1200+",
|
||||
title: "Happy Members",
|
||||
items: [
|
||||
"Active & Engaged Community",
|
||||
"Diverse Fitness Journeys",
|
||||
],
|
||||
id: "members", value: "1200+", title: "Happy Members", items: [
|
||||
"Active & Engaged Community", "Diverse Fitness Journeys"],
|
||||
},
|
||||
{
|
||||
id: "classes",
|
||||
value: "50+",
|
||||
title: "Weekly Classes",
|
||||
items: [
|
||||
"Variety for All Levels",
|
||||
"Expert-Led Sessions",
|
||||
],
|
||||
id: "classes", value: "50+", title: "Weekly Classes", items: [
|
||||
"Variety for All Levels", "Expert-Led Sessions"],
|
||||
},
|
||||
{
|
||||
id: "trainers",
|
||||
value: "10+",
|
||||
title: "Certified Trainers",
|
||||
items: [
|
||||
"Personalized Coaching",
|
||||
"Specialized Expertise",
|
||||
],
|
||||
id: "trainers", value: "10+", title: "Certified Trainers", items: [
|
||||
"Personalized Coaching", "Specialized Expertise"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact: Fitness by the Numbers"
|
||||
@@ -347,23 +223,11 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "trainer-1",
|
||||
name: "Rahul Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-fitness-strap-gym_23-2147949519.jpg",
|
||||
imageAlt: "Portrait of male fitness trainer Rahul Sharma",
|
||||
},
|
||||
id: "trainer-1", name: "Rahul Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-fitness-strap-gym_23-2147949519.jpg", imageAlt: "Portrait of male fitness trainer Rahul Sharma"},
|
||||
{
|
||||
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-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"
|
||||
/>
|
||||
@@ -376,53 +240,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anjali Mehta",
|
||||
role: "Marketing Professional",
|
||||
testimonial: "The Workout Place has truly changed my life! The trainers are incredibly supportive, and the atmosphere is always energizing. I've never felt better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-muscular-man-talking-cellphone-gym_23-2147949649.jpg",
|
||||
imageAlt: "Portrait of Anjali Mehta",
|
||||
},
|
||||
id: "1", name: "Anjali Mehta", role: "Marketing Professional", testimonial: "The Workout Place has truly changed my life! The trainers are incredibly supportive, and the atmosphere is always energizing. I've never felt better.", imageSrc: "http://img.b2bpic.net/free-photo/happy-muscular-man-talking-cellphone-gym_23-2147949649.jpg", imageAlt: "Portrait of Anjali Mehta"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Siddharth Verma",
|
||||
role: "Software Engineer",
|
||||
testimonial: "Top-notch equipment and personalized plans. I've seen incredible results in just a few months. Highly recommend this gym to anyone serious about fitness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-explorer-celebrates-top-high-altitude-mountain-peak_482257-125189.jpg",
|
||||
imageAlt: "Portrait of Siddharth Verma",
|
||||
},
|
||||
id: "2", name: "Siddharth Verma", role: "Software Engineer", testimonial: "Top-notch equipment and personalized plans. I've seen incredible results in just a few months. Highly recommend this gym to anyone serious about fitness.", imageSrc: "http://img.b2bpic.net/free-photo/proud-explorer-celebrates-top-high-altitude-mountain-peak_482257-125189.jpg", imageAlt: "Portrait of Siddharth Verma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kavita Devi",
|
||||
role: "Homemaker",
|
||||
testimonial: "Joining The Workout Place was the best decision for my health. The group classes are fun, and the staff makes everyone feel welcome, regardless of their fitness level.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-woman-winking-showing-big-thumbs-up-pretty-girl-black-jacket-widely-smiling-looking-into-camera-isolated-background_197531-18492.jpg",
|
||||
imageAlt: "Portrait of Kavita Devi",
|
||||
},
|
||||
id: "3", name: "Kavita Devi", role: "Homemaker", testimonial: "Joining The Workout Place was the best decision for my health. The group classes are fun, and the staff makes everyone feel welcome, regardless of their fitness level.", imageSrc: "http://img.b2bpic.net/free-photo/cool-woman-winking-showing-big-thumbs-up-pretty-girl-black-jacket-widely-smiling-looking-into-camera-isolated-background_197531-18492.jpg", imageAlt: "Portrait of Kavita Devi"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rohan Kapoor",
|
||||
role: "Student",
|
||||
testimonial: "An amazing community and cutting-edge facilities. It's more than just a gym; it's a place where you can truly grow and challenge yourself. Love it!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-high-five-gym_23-2149049819.jpg",
|
||||
imageAlt: "Portrait of Rohan Kapoor",
|
||||
},
|
||||
id: "4", name: "Rohan Kapoor", role: "Student", testimonial: "An amazing community and cutting-edge facilities. It's more than just a gym; it's a place where you can truly grow and challenge yourself. Love it!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-high-five-gym_23-2149049819.jpg", imageAlt: "Portrait of Rohan Kapoor"},
|
||||
{
|
||||
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: "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."
|
||||
@@ -435,20 +263,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open from 5 AM to 11 PM on weekdays, and 7 AM to 9 PM on weekends. Please check our contact page for specific holiday hours.",
|
||||
},
|
||||
id: "1", title: "What are your operating hours?", content: "We are open from 5 AM to 11 PM on weekdays, and 7 AM to 9 PM on weekends. Please check our contact page for specific holiday hours."},
|
||||
{
|
||||
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: "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."
|
||||
@@ -463,27 +282,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"
|
||||
@@ -500,54 +308,33 @@ export default function LandingPage() {
|
||||
logoText="The Workout Place"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Trainers",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Trainers", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Membership Plans",
|
||||
href: "#plans",
|
||||
},
|
||||
label: "Membership Plans", href: "#plans"},
|
||||
{
|
||||
label: "Group Classes",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Group Classes", href: "#features"},
|
||||
{
|
||||
label: "Personal Training",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Personal Training", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user