Update src/app/page.tsx
This commit is contained in:
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user