Merge version_1 into main #2
@@ -84,44 +84,28 @@ export default function GalleryPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Latest Fitness Equipment",
|
||||
description:
|
||||
"State-of-the-art cardio machines, strength training equipment, and free weights for all fitness levels.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=4",
|
||||
imageAlt: "Modern Strength Training Equipment and Setup",
|
||||
},
|
||||
id: 1,
|
||||
title: "Latest Fitness Equipment", description:
|
||||
"State-of-the-art cardio machines, strength training equipment, and free weights for all fitness levels.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "Modern Strength Training Equipment and Setup"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Cardio Machines Zone",
|
||||
description:
|
||||
"Premium treadmills, ellipticals, and stationary bikes to help you achieve your cardio goals.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=5",
|
||||
imageAlt: "Cardio Equipment and Machines",
|
||||
},
|
||||
id: 2,
|
||||
title: "Cardio Machines Zone", description:
|
||||
"Premium treadmills, ellipticals, and stationary bikes to help you achieve your cardio goals.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Cardio Equipment and Machines"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Women-Friendly Zone",
|
||||
description:
|
||||
"Dedicated safe and supportive space for women members with experienced female trainers.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-sexy-woman-wearing-sportswear-smartwatch-sitting-floor-wipe-sweat-after-workout-gym_1150-47188.jpg?_wi=2",
|
||||
imageAlt: "Women-Friendly Gym Zone",
|
||||
},
|
||||
id: 3,
|
||||
title: "Women-Friendly Zone", description:
|
||||
"Dedicated safe and supportive space for women members with experienced female trainers.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-sexy-woman-wearing-sportswear-smartwatch-sitting-floor-wipe-sweat-after-workout-gym_1150-47188.jpg", imageAlt: "Women-Friendly Gym Zone"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Spacious Workout Area",
|
||||
description:
|
||||
"500+ sq ft of open, bright, and comfortable workout space to move freely.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4789.jpg?_wi=2",
|
||||
imageAlt: "Spacious Bright Gym Floor",
|
||||
},
|
||||
id: 4,
|
||||
title: "Spacious Workout Area", description:
|
||||
"500+ sq ft of open, bright, and comfortable workout space to move freely.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4789.jpg", imageAlt: "Spacious Bright Gym Floor"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,73 +121,31 @@ export default function GalleryPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "strength",
|
||||
brand: "Classic Gym",
|
||||
name: "Strength Training",
|
||||
price: "₹3,999/month",
|
||||
rating: 5,
|
||||
reviewCount: "58",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=5",
|
||||
imageAlt: "Strength Training Program",
|
||||
},
|
||||
id: "strength", brand: "Classic Gym", name: "Strength Training", price: "₹3,999/month", rating: 5,
|
||||
reviewCount: "58", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "Strength Training Program"},
|
||||
{
|
||||
id: "weight-loss",
|
||||
brand: "Classic Gym",
|
||||
name: "Weight Loss Program",
|
||||
price: "₹4,499/month",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=6",
|
||||
imageAlt: "Weight Loss Program",
|
||||
},
|
||||
id: "weight-loss", brand: "Classic Gym", name: "Weight Loss Program", price: "₹4,499/month", rating: 5,
|
||||
reviewCount: "72", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Weight Loss Program"},
|
||||
{
|
||||
id: "personal",
|
||||
brand: "Classic Gym",
|
||||
name: "Personal Training",
|
||||
price: "₹5,999/month",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg?_wi=4",
|
||||
imageAlt: "Personal Training Session",
|
||||
},
|
||||
id: "personal", brand: "Classic Gym", name: "Personal Training", price: "₹5,999/month", rating: 5,
|
||||
reviewCount: "45", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg", imageAlt: "Personal Training Session"},
|
||||
{
|
||||
id: "cardio",
|
||||
brand: "Classic Gym",
|
||||
name: "Cardio Workouts",
|
||||
price: "₹2,999/month",
|
||||
rating: 5,
|
||||
reviewCount: "61",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=7",
|
||||
imageAlt: "Cardio Workout Program",
|
||||
},
|
||||
id: "cardio", brand: "Classic Gym", name: "Cardio Workouts", price: "₹2,999/month", rating: 5,
|
||||
reviewCount: "61", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Cardio Workout Program"},
|
||||
{
|
||||
id: "transformation",
|
||||
brand: "Classic Gym",
|
||||
name: "Body Transformation",
|
||||
price: "₹6,999/month",
|
||||
rating: 5,
|
||||
reviewCount: "39",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-fitness-twitch-banner_23-2149239588.jpg?_wi=2",
|
||||
imageAlt: "Transformation Coaching Program",
|
||||
},
|
||||
id: "transformation", brand: "Classic Gym", name: "Body Transformation", price: "₹6,999/month", rating: 5,
|
||||
reviewCount: "39", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-fitness-twitch-banner_23-2149239588.jpg", imageAlt: "Transformation Coaching Program"},
|
||||
{
|
||||
id: "group",
|
||||
brand: "Classic Gym",
|
||||
name: "Group Sessions",
|
||||
price: "₹2,499/month",
|
||||
rating: 5,
|
||||
reviewCount: "53",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg?_wi=3",
|
||||
imageAlt: "Group Fitness Sessions",
|
||||
},
|
||||
id: "group", brand: "Classic Gym", name: "Group Sessions", price: "₹2,499/month", rating: 5,
|
||||
reviewCount: "53", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg", imageAlt: "Group Fitness Sessions"},
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -213,38 +155,24 @@ export default function GalleryPage() {
|
||||
description="Take the first step towards your fitness journey. Book a free facility tour or trial session at Classic Gym. Our team is ready to help you achieve your goals."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullname",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "fullname", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "visittype",
|
||||
type: "text",
|
||||
placeholder: "Visit Type (Tour/Trial/Inquiry)",
|
||||
required: true,
|
||||
name: "visittype", type: "text", placeholder: "Visit Type (Tour/Trial/Inquiry)", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: false,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any specific fitness goals or questions?",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Any specific fitness goals or questions?", rows: 5,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg"
|
||||
imageAlt="Gym Facilities and Equipment"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -34,9 +34,7 @@ export default function MembershipPage() {
|
||||
]}
|
||||
brandName="Classic Gym"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,13 +45,9 @@ export default function MembershipPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Plans",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "View Plans", href: "#pricing"},
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/flat-design-body-building-invoice-template_23-2150021309.jpg"
|
||||
@@ -61,7 +55,6 @@ export default function MembershipPage() {
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,60 +69,25 @@ export default function MembershipPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic Monthly",
|
||||
price: "₹2,999",
|
||||
period: "/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=4",
|
||||
button: {
|
||||
text: "Get Membership",
|
||||
href: "#contact",
|
||||
},
|
||||
id: "basic", title: "Basic Monthly", price: "₹2,999", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", button: {
|
||||
text: "Get Membership", href: "#contact"},
|
||||
features: [
|
||||
"Gym access 6 AM - 10 PM",
|
||||
"All equipment access",
|
||||
"Locker facility",
|
||||
"Water cooler access",
|
||||
],
|
||||
"Gym access 6 AM - 10 PM", "All equipment access", "Locker facility", "Water cooler access"],
|
||||
},
|
||||
{
|
||||
id: "standard",
|
||||
title: "Standard Quarterly",
|
||||
price: "₹7,999",
|
||||
period: "/3 months",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=3",
|
||||
button: {
|
||||
text: "Get Membership",
|
||||
href: "#contact",
|
||||
},
|
||||
id: "standard", title: "Standard Quarterly", price: "₹7,999", period: "/3 months", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", button: {
|
||||
text: "Get Membership", href: "#contact"},
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"1 Free Fitness Assessment",
|
||||
"Trainer guidance - 2 sessions",
|
||||
"Member newsletter",
|
||||
],
|
||||
"Everything in Basic", "1 Free Fitness Assessment", "Trainer guidance - 2 sessions", "Member newsletter"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Premium Annual",
|
||||
price: "₹29,999",
|
||||
period: "/year",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg?_wi=2",
|
||||
button: {
|
||||
text: "Get Membership",
|
||||
href: "#contact",
|
||||
},
|
||||
id: "premium", title: "Premium Annual", price: "₹29,999", period: "/year", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg", button: {
|
||||
text: "Get Membership", href: "#contact"},
|
||||
features: [
|
||||
"Everything in Standard",
|
||||
"Personalized training plan",
|
||||
"4 Personal training sessions",
|
||||
"Nutrition guidance included",
|
||||
"Free merchandise + T-shirt",
|
||||
"Priority class booking",
|
||||
],
|
||||
"Everything in Standard", "Personalized training plan", "4 Personal training sessions", "Nutrition guidance included", "Free merchandise + T-shirt", "Priority class booking"],
|
||||
},
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,38 +97,24 @@ export default function MembershipPage() {
|
||||
description="Join 348+ members who have already started their fitness journey with Classic Gym. Connect with us today to claim your free trial or get membership details."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullname",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "fullname", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "fitnessgoal",
|
||||
type: "text",
|
||||
placeholder: "Your Fitness Goal (e.g., Weight Loss, Strength Building)",
|
||||
required: true,
|
||||
name: "fitnessgoal", type: "text", placeholder: "Your Fitness Goal (e.g., Weight Loss, Strength Building)", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: false,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us more about your fitness journey or ask any questions...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us more about your fitness journey or ask any questions...", rows: 5,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/train-reach-sport-landing-page-with-photo_23-2148303577.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/train-reach-sport-landing-page-with-photo_23-2148303577.jpg"
|
||||
imageAlt="Classic Gym Location - Khammam"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -185,81 +129,49 @@ export default function MembershipPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours", href: "#"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Phone", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@classicgym.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@classicgym.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/membership",
|
||||
},
|
||||
label: "Membership", href: "/membership"},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/#programs",
|
||||
},
|
||||
label: "Programs", href: "/#programs"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/classicgym",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/classicgym"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/classicgym",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/classicgym"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "https://google.com/maps",
|
||||
},
|
||||
label: "Google Reviews", href: "https://google.com/maps"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Free Trial", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
285
src/app/page.tsx
285
src/app/page.tsx
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
]}
|
||||
brandName="Classic Gym"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Join Now", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,21 +49,16 @@ export default function HomePage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Now", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919876543210"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg"
|
||||
imageAlt="Classic Gym Fitness Center with Modern Equipment"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
className="hero-section"
|
||||
containerClassName="hero-container"
|
||||
descriptionClassName="hero-description"
|
||||
@@ -81,11 +74,11 @@ export default function HomePage() {
|
||||
description="4.8 ⭐ Rating with 348+ Happy Members"
|
||||
subdescription="Friendly trainers, women-friendly environment, latest equipment, spacious workout area, and positive atmosphere"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg"
|
||||
imageAlt="Supportive Gym Community and Culture"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,35 +93,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Latest Fitness Equipment",
|
||||
description: "State-of-the-art cardio machines, strength training equipment, and free weights for all fitness levels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=1",
|
||||
imageAlt: "Modern Strength Training Equipment and Setup",
|
||||
},
|
||||
title: "Latest Fitness Equipment", description: "State-of-the-art cardio machines, strength training equipment, and free weights for all fitness levels.", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "Modern Strength Training Equipment and Setup"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cardio Machines Zone",
|
||||
description: "Premium treadmills, ellipticals, and stationary bikes to help you achieve your cardio goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=1",
|
||||
imageAlt: "Cardio Equipment and Machines",
|
||||
},
|
||||
title: "Cardio Machines Zone", description: "Premium treadmills, ellipticals, and stationary bikes to help you achieve your cardio goals.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Cardio Equipment and Machines"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Women-Friendly Zone",
|
||||
description: "Dedicated safe and supportive space for women members with experienced female trainers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-sexy-woman-wearing-sportswear-smartwatch-sitting-floor-wipe-sweat-after-workout-gym_1150-47188.jpg?_wi=1",
|
||||
imageAlt: "Women-Friendly Gym Zone",
|
||||
},
|
||||
title: "Women-Friendly Zone", description: "Dedicated safe and supportive space for women members with experienced female trainers.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-sexy-woman-wearing-sportswear-smartwatch-sitting-floor-wipe-sweat-after-workout-gym_1150-47188.jpg", imageAlt: "Women-Friendly Gym Zone"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Spacious Workout Area",
|
||||
description: "500+ sq ft of open, bright, and comfortable workout space to move freely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4789.jpg?_wi=1",
|
||||
imageAlt: "Spacious Bright Gym Floor",
|
||||
},
|
||||
title: "Spacious Workout Area", description: "500+ sq ft of open, bright, and comfortable workout space to move freely.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4789.jpg", imageAlt: "Spacious Bright Gym Floor"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,67 +121,25 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "strength",
|
||||
brand: "Classic Gym",
|
||||
name: "Strength Training",
|
||||
price: "₹3,999/month",
|
||||
rating: 5,
|
||||
reviewCount: "58",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=2",
|
||||
imageAlt: "Strength Training Program",
|
||||
},
|
||||
id: "strength", brand: "Classic Gym", name: "Strength Training", price: "₹3,999/month", rating: 5,
|
||||
reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "Strength Training Program"},
|
||||
{
|
||||
id: "weight-loss",
|
||||
brand: "Classic Gym",
|
||||
name: "Weight Loss Program",
|
||||
price: "₹4,499/month",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=2",
|
||||
imageAlt: "Weight Loss Program",
|
||||
},
|
||||
id: "weight-loss", brand: "Classic Gym", name: "Weight Loss Program", price: "₹4,499/month", rating: 5,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Weight Loss Program"},
|
||||
{
|
||||
id: "personal",
|
||||
brand: "Classic Gym",
|
||||
name: "Personal Training",
|
||||
price: "₹5,999/month",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg?_wi=1",
|
||||
imageAlt: "Personal Training Session",
|
||||
},
|
||||
id: "personal", brand: "Classic Gym", name: "Personal Training", price: "₹5,999/month", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg", imageAlt: "Personal Training Session"},
|
||||
{
|
||||
id: "cardio",
|
||||
brand: "Classic Gym",
|
||||
name: "Cardio Workouts",
|
||||
price: "₹2,999/month",
|
||||
rating: 5,
|
||||
reviewCount: "61",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=3",
|
||||
imageAlt: "Cardio Workout Program",
|
||||
},
|
||||
id: "cardio", brand: "Classic Gym", name: "Cardio Workouts", price: "₹2,999/month", rating: 5,
|
||||
reviewCount: "61", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Cardio Workout Program"},
|
||||
{
|
||||
id: "transformation",
|
||||
brand: "Classic Gym",
|
||||
name: "Body Transformation",
|
||||
price: "₹6,999/month",
|
||||
rating: 5,
|
||||
reviewCount: "39",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-fitness-twitch-banner_23-2149239588.jpg?_wi=1",
|
||||
imageAlt: "Transformation Coaching Program",
|
||||
},
|
||||
id: "transformation", brand: "Classic Gym", name: "Body Transformation", price: "₹6,999/month", rating: 5,
|
||||
reviewCount: "39", imageSrc: "http://img.b2bpic.net/free-vector/flat-fitness-twitch-banner_23-2149239588.jpg", imageAlt: "Transformation Coaching Program"},
|
||||
{
|
||||
id: "group",
|
||||
brand: "Classic Gym",
|
||||
name: "Group Sessions",
|
||||
price: "₹2,499/month",
|
||||
rating: 5,
|
||||
reviewCount: "53",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg?_wi=2",
|
||||
imageAlt: "Group Fitness Sessions",
|
||||
},
|
||||
id: "group", brand: "Classic Gym", name: "Group Sessions", price: "₹2,499/month", rating: 5,
|
||||
reviewCount: "53", imageSrc: "http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg", imageAlt: "Group Fitness Sessions"},
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -217,41 +152,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-strong-bodybuilder-young-lifting_1303-513.jpg",
|
||||
imageAlt: "Sarah Johnson - Member",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-strong-bodybuilder-young-lifting_1303-513.jpg", imageAlt: "Sarah Johnson - Member"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trans-man-working-out-exercising-gym_23-2149712829.jpg",
|
||||
imageAlt: "Priya Sharma - Member",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/trans-man-working-out-exercising-gym_23-2149712829.jpg", imageAlt: "Priya Sharma - Member"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-senior-man-with-battle-rope_23-2151997798.jpg",
|
||||
imageAlt: "Rajesh Kumar - Member",
|
||||
},
|
||||
id: "3", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/fit-senior-man-with-battle-rope_23-2151997798.jpg", imageAlt: "Rajesh Kumar - Member"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-red-headband-smiling-showing-thumbs-up-standing-white-wall_141793-56808.jpg",
|
||||
imageAlt: "Anjali Patel - Member",
|
||||
},
|
||||
id: "4", name: "Anjali Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-black-sportswear-red-headband-smiling-showing-thumbs-up-standing-white-wall_141793-56808.jpg", imageAlt: "Anjali Patel - Member"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ahmed Khan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg",
|
||||
imageAlt: "Ahmed Khan - Member",
|
||||
},
|
||||
id: "5", name: "Ahmed Khan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "Ahmed Khan - Member"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Divya Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg",
|
||||
imageAlt: "Divya Singh - Member",
|
||||
},
|
||||
id: "6", name: "Divya Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageAlt: "Divya Singh - Member"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -267,31 +178,19 @@ export default function HomePage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Users,
|
||||
title: "Happy Members",
|
||||
value: "348+",
|
||||
},
|
||||
id: "1", icon: Users,
|
||||
title: "Happy Members", value: "348+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Star,
|
||||
title: "Rating",
|
||||
value: "4.8 ⭐",
|
||||
},
|
||||
id: "2", icon: Star,
|
||||
title: "Rating", value: "4.8 ⭐"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Award,
|
||||
title: "Years Active",
|
||||
value: "5+",
|
||||
},
|
||||
id: "3", icon: Award,
|
||||
title: "Years Active", value: "5+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Zap,
|
||||
title: "Transformations",
|
||||
value: "200+",
|
||||
},
|
||||
id: "4", icon: Zap,
|
||||
title: "Transformations", value: "200+"},
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -307,47 +206,23 @@ export default function HomePage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the gym timings?",
|
||||
content: "Classic Gym is open 7 days a week from 4:30 AM to 10:00 PM. We offer early morning and evening slots for all our members. Holiday timings may vary.",
|
||||
},
|
||||
id: "1", title: "What are the gym timings?", content: "Classic Gym is open 7 days a week from 4:30 AM to 10:00 PM. We offer early morning and evening slots for all our members. Holiday timings may vary."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer a free trial?",
|
||||
content: "Yes! We offer a free 1-day trial pass so you can experience our facility and meet our trainers. Just call us at your convenience.",
|
||||
},
|
||||
id: "2", title: "Do you offer a free trial?", content: "Yes! We offer a free 1-day trial pass so you can experience our facility and meet our trainers. Just call us at your convenience."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "You can cancel your membership with 30 days notice. No hidden charges. Visit our office or call us for easy cancellation.",
|
||||
},
|
||||
id: "3", title: "What is your cancellation policy?", content: "You can cancel your membership with 30 days notice. No hidden charges. Visit our office or call us for easy cancellation."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are there personal training sessions available?",
|
||||
content: "Yes! We offer personalized one-on-one training with our certified trainers. Sessions are customized based on your fitness goals.",
|
||||
},
|
||||
id: "4", title: "Are there personal training sessions available?", content: "Yes! We offer personalized one-on-one training with our certified trainers. Sessions are customized based on your fitness goals."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is the gym women-friendly?",
|
||||
content: "Absolutely! We have a dedicated women-only zone, female trainers, and a safe, supportive environment for all our female members.",
|
||||
},
|
||||
id: "5", title: "Is the gym women-friendly?", content: "Absolutely! We have a dedicated women-only zone, female trainers, and a safe, supportive environment for all our female members."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, credit/debit cards, UPI, and online bank transfers. Flexible payment plans are available for annual memberships.",
|
||||
},
|
||||
id: "6", title: "What payment methods do you accept?", content: "We accept cash, credit/debit cards, UPI, and online bank transfers. Flexible payment plans are available for annual memberships."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Do you provide lockers and changing rooms?",
|
||||
content: "Yes, we provide secure lockers and clean, modern changing rooms with hot water shower facilities for all members.",
|
||||
},
|
||||
id: "7", title: "Do you provide lockers and changing rooms?", content: "Yes, we provide secure lockers and clean, modern changing rooms with hot water shower facilities for all members."},
|
||||
{
|
||||
id: "8",
|
||||
title: "What if I'm a beginner?",
|
||||
content: "Perfect! Our trainers specialize in working with beginners. We'll create a customized plan to help you start safely and achieve your goals.",
|
||||
},
|
||||
id: "8", title: "What if I'm a beginner?", content: "Perfect! Our trainers specialize in working with beginners. We'll create a customized plan to help you start safely and achieve your goals."},
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -358,81 +233,49 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours", href: "#"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Phone", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@classicgym.com",
|
||||
},
|
||||
label: "Email", href: "mailto:info@classicgym.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/membership",
|
||||
},
|
||||
label: "Membership", href: "/membership"},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Programs", href: "#programs"},
|
||||
{
|
||||
label: "Trainers",
|
||||
href: "#trainers",
|
||||
},
|
||||
label: "Trainers", href: "#trainers"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/classicgym",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/classicgym"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/classicgym",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/classicgym"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "https://google.com/maps",
|
||||
},
|
||||
label: "Google Reviews", href: "https://google.com/maps"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Free Trial", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,7 +7,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import Link from "next/link";
|
||||
import { Instagram, Phone, Users, Star, Award, Zap } from "lucide-react";
|
||||
import { Instagram, Phone, Users, Star, Award, Zap, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function TrainersPage() {
|
||||
const navItems = [
|
||||
@@ -86,67 +86,43 @@ export default function TrainersPage() {
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vikram Singh",
|
||||
role: "Strength Coach",
|
||||
description:
|
||||
"Certified trainer with 8+ years of experience in strength building and bodybuilding. Specializes in personalized training plans.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg",
|
||||
imageAlt: "Vikram Singh - Strength Coach",
|
||||
socialLinks: [
|
||||
id: "1", name: "Vikram Singh", role: "Strength Coach", description:
|
||||
"Certified trainer with 8+ years of experience in strength building and bodybuilding. Specializes in personalized training plans.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg", imageAlt: "Vikram Singh - Strength Coach", socialLinks: [
|
||||
{
|
||||
icon: Instagram,
|
||||
url: "https://instagram.com",
|
||||
},
|
||||
url: "https://instagram.com"},
|
||||
{
|
||||
icon: Phone,
|
||||
url: "tel:+919876543210",
|
||||
},
|
||||
url: "tel:+919876543210"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Neha Kapoor",
|
||||
role: "Weight Loss Specialist",
|
||||
description:
|
||||
"Expert in nutrition and cardio-based weight loss programs. Women-friendly trainer with focus on holistic wellness.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-resting-after-workout-gym-fitness-female-taking-break-after-training-session-health-club_231208-4654.jpg",
|
||||
imageAlt: "Neha Kapoor - Weight Loss Specialist",
|
||||
socialLinks: [
|
||||
id: "2", name: "Neha Kapoor", role: "Weight Loss Specialist", description:
|
||||
"Expert in nutrition and cardio-based weight loss programs. Women-friendly trainer with focus on holistic wellness.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-resting-after-workout-gym-fitness-female-taking-break-after-training-session-health-club_231208-4654.jpg", imageAlt: "Neha Kapoor - Weight Loss Specialist", socialLinks: [
|
||||
{
|
||||
icon: Instagram,
|
||||
url: "https://instagram.com",
|
||||
},
|
||||
url: "https://instagram.com"},
|
||||
{
|
||||
icon: Phone,
|
||||
url: "tel:+919876543210",
|
||||
},
|
||||
url: "tel:+919876543210"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arjun Reddy",
|
||||
role: "Transformation Coach",
|
||||
description:
|
||||
"Certified transformation specialist with 10+ years in fitness coaching. Motivates members to achieve remarkable body transformations.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
imageAlt: "Arjun Reddy - Transformation Coach",
|
||||
socialLinks: [
|
||||
id: "3", name: "Arjun Reddy", role: "Transformation Coach", description:
|
||||
"Certified transformation specialist with 10+ years in fitness coaching. Motivates members to achieve remarkable body transformations.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Arjun Reddy - Transformation Coach", socialLinks: [
|
||||
{
|
||||
icon: Instagram,
|
||||
url: "https://instagram.com",
|
||||
},
|
||||
url: "https://instagram.com"},
|
||||
{
|
||||
icon: Phone,
|
||||
url: "tel:+919876543210",
|
||||
},
|
||||
url: "tel:+919876543210"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,31 +137,19 @@ export default function TrainersPage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Users,
|
||||
title: "Happy Members",
|
||||
value: "348+",
|
||||
},
|
||||
id: "1", icon: Users,
|
||||
title: "Happy Members", value: "348+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Star,
|
||||
title: "Rating",
|
||||
value: "4.8 ⭐",
|
||||
},
|
||||
id: "2", icon: Star,
|
||||
title: "Rating", value: "4.8 ⭐"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Award,
|
||||
title: "Years Active",
|
||||
value: "5+",
|
||||
},
|
||||
id: "3", icon: Award,
|
||||
title: "Years Active", value: "5+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Zap,
|
||||
title: "Transformations",
|
||||
value: "200+",
|
||||
},
|
||||
id: "4", icon: Zap,
|
||||
title: "Transformations", value: "200+"},
|
||||
]}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,38 +159,24 @@ export default function TrainersPage() {
|
||||
description="Schedule a session with one of our expert trainers. Join 348+ members who have transformed their bodies at Classic Gym."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullname",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "fullname", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "trainer",
|
||||
type: "text",
|
||||
placeholder: "Preferred Trainer",
|
||||
required: true,
|
||||
name: "trainer", type: "text", placeholder: "Preferred Trainer", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: false,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your fitness goals...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your fitness goals...", rows: 5,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg"
|
||||
imageAlt="Personal Training Session"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user