Merge version_1 into main #2
411
src/app/page.tsx
411
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Activity, Apple, Book, Calendar, Clock, DollarSign, Flame, Gauge, Heart, Rocket, Scale, ShieldCheck, Sparkles, Sun, Target, UserCheck, Users, Zap } from "lucide-react";
|
||||
import { Activity, Apple, Armchair, Bike, Book, Calendar, Clock, Dna, DollarSign, Dumbbell, Flame, Gauge, Heart, Rocket, Scale, ShieldCheck, Sparkles, Sun, Target, UserCheck, Users, Weight, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,104 +32,65 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "why-choose-us"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="WAY TO FITNESS"
|
||||
button={{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+917506340313",
|
||||
}}
|
||||
text: "📞 Call Now", href: "tel:+917506340313"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Get Fit at Colaba’s Most Trusted Gym"
|
||||
description="Affordable plans • Expert trainers • Real results. Rated 4.5 Stars by 124 Happy Members."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hand-waist-pointing-up-isolated-orange-wall_141793-112937.jpg",
|
||||
alt: "Satisfied customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hand-waist-pointing-up-isolated-orange-wall_141793-112937.jpg", alt: "Satisfied customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fit-cartoon-character-training_23-2151149005.jpg",
|
||||
alt: "Satisfied customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fit-cartoon-character-training_23-2151149005.jpg", alt: "Satisfied customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg",
|
||||
alt: "Satisfied customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg", alt: "Satisfied customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg",
|
||||
alt: "Satisfied customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg", alt: "Satisfied customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-posing-dark-wall_176420-637.jpg",
|
||||
alt: "Happy gym member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-posing-dark-wall_176420-637.jpg", alt: "Happy gym member"},
|
||||
]}
|
||||
avatarText="Trusted by 124+ Members"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+917506340313",
|
||||
},
|
||||
text: "📞 Call Now", href: "tel:+917506340313"},
|
||||
{
|
||||
text: "📝 Book Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "📝 Book Free Trial", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Trainers",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Certified Trainers", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Modern Equipment",
|
||||
icon: Activity,
|
||||
type: "text-icon", text: "Modern Equipment", icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Flexible Plans",
|
||||
icon: DollarSign,
|
||||
type: "text-icon", text: "Flexible Plans", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Focused",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Community Focused", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Open Till Late",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Open Till Late", icon: Clock,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -143,47 +104,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anjali Sharma",
|
||||
role: "Local Resident",
|
||||
testimonial: "One of the finest place to workout in the town.. The equipment is top-notch and the trainers are incredibly supportive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627082.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Anjali Sharma", role: "Local Resident", testimonial: "One of the finest place to workout in the town.. The equipment is top-notch and the trainers are incredibly supportive.", imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627082.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Karan Mehta",
|
||||
role: "Student",
|
||||
testimonial: "Best service at the right price. I’ve seen great progress in my strength and stamina since joining.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-doing-yoga-indoors_23-2150848089.jpg",
|
||||
},
|
||||
id: "2", name: "Karan Mehta", role: "Student", testimonial: "Best service at the right price. I’ve seen great progress in my strength and stamina since joining.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-doing-yoga-indoors_23-2150848089.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Singh",
|
||||
role: "Working Professional",
|
||||
testimonial: "Very helpful trainers and great environment. It’s always clean and welcoming, which makes my workouts enjoyable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-giving-five-each-other-after-having-great-workout-gym_1153-8693.jpg",
|
||||
},
|
||||
id: "3", name: "Priya Singh", role: "Working Professional", testimonial: "Very helpful trainers and great environment. It’s always clean and welcoming, which makes my workouts enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/women-giving-five-each-other-after-having-great-workout-gym_1153-8693.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rahul Kapoor",
|
||||
role: "Fitness Enthusiast",
|
||||
testimonial: "WAY TO FITNESS truly changed my perspective on gyms. The personalized attention from trainers is outstanding!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-sustainable-mobility-skateboard_23-2149129348.jpg",
|
||||
},
|
||||
id: "4", name: "Rahul Kapoor", role: "Fitness Enthusiast", testimonial: "WAY TO FITNESS truly changed my perspective on gyms. The personalized attention from trainers is outstanding!", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-sustainable-mobility-skateboard_23-2149129348.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepa Varma",
|
||||
role: "New Member",
|
||||
testimonial: "As a beginner, I felt completely at ease. The team is so encouraging, and I'm already seeing results!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg",
|
||||
},
|
||||
id: "5", name: "Deepa Varma", role: "New Member", testimonial: "As a beginner, I felt completely at ease. The team is so encouraging, and I'm already seeing results!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vikram Desai",
|
||||
role: "Regular Client",
|
||||
testimonial: "Consistently excellent experience. The flexible timings fit perfectly into my busy schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-doing-exercise-with-dumbbells-showing-her-biceps_171337-9041.jpg",
|
||||
},
|
||||
id: "6", name: "Vikram Desai", role: "Regular Client", testimonial: "Consistently excellent experience. The flexible timings fit perfectly into my busy schedule.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-doing-exercise-with-dumbbells-showing-her-biceps_171337-9041.jpg"},
|
||||
]}
|
||||
title="Real Results, Real Stories"
|
||||
description="Hear what our members have to say about their fitness journey with WAY TO FITNESS. We're focused on improving space, hygiene & training quality continuously."
|
||||
@@ -197,129 +128,84 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Weight Training",
|
||||
description: "Build strength & muscle with our state-of-the-art equipment and structured programs.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114215.jpg",
|
||||
imageAlt: "Weight Training",
|
||||
},
|
||||
title: "Weight Training", description: "Build strength & muscle with our state-of-the-art equipment and structured programs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114215.jpg", imageAlt: "Weight Training"},
|
||||
items: [
|
||||
{
|
||||
icon: Dumbbell,
|
||||
text: "Strength Building",
|
||||
},
|
||||
text: "Strength Building"},
|
||||
{
|
||||
icon: Gauge,
|
||||
text: "Progress Tracking",
|
||||
},
|
||||
text: "Progress Tracking"},
|
||||
{
|
||||
icon: Armchair,
|
||||
text: "Diverse Equipment",
|
||||
},
|
||||
text: "Diverse Equipment"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-pretty-sporty-girl-wearing-headband-wristbands-keeping-hand-waist-pointing-up-isolated-orange-wall_141793-112937.jpg",
|
||||
imageAlt: "gym weight rack dumbbells",
|
||||
},
|
||||
{
|
||||
title: "Personal Training",
|
||||
description: "Achieve faster results with personalized guidance from our expert certified trainers.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-females-gym-working-together_23-2148419867.jpg",
|
||||
imageAlt: "Personal Training",
|
||||
},
|
||||
title: "Personal Training", description: "Achieve faster results with personalized guidance from our expert certified trainers.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-females-gym-working-together_23-2148419867.jpg", imageAlt: "Personal Training"},
|
||||
items: [
|
||||
{
|
||||
icon: UserCheck,
|
||||
text: "Tailored Workouts",
|
||||
},
|
||||
text: "Tailored Workouts"},
|
||||
{
|
||||
icon: Target,
|
||||
text: "Goal-Oriented Plans",
|
||||
},
|
||||
text: "Goal-Oriented Plans"},
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Motivation & Support",
|
||||
},
|
||||
text: "Motivation & Support"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-cartoon-character-training_23-2151149005.jpg",
|
||||
imageAlt: "gym weight rack dumbbells",
|
||||
},
|
||||
{
|
||||
title: "Cardio",
|
||||
description: "Burn fat efficiently and boost your endurance with our wide array of cardio machines.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-running-treadmill_1262-419.jpg",
|
||||
imageAlt: "Cardio",
|
||||
},
|
||||
title: "Cardio", description: "Burn fat efficiently and boost your endurance with our wide array of cardio machines.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-running-treadmill_1262-419.jpg", imageAlt: "Cardio"},
|
||||
items: [
|
||||
{
|
||||
icon: Bike,
|
||||
text: "Treadmills & Bikes",
|
||||
},
|
||||
text: "Treadmills & Bikes"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Boost Stamina",
|
||||
},
|
||||
text: "Boost Stamina"},
|
||||
{
|
||||
icon: Flame,
|
||||
text: "Calorie Burn",
|
||||
},
|
||||
text: "Calorie Burn"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg",
|
||||
imageAlt: "gym weight rack dumbbells",
|
||||
},
|
||||
{
|
||||
title: "Fat Loss Programs",
|
||||
description: "Structured plans and nutritional advice to help you shed weight safely and effectively.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-chatting-gym_23-2148387804.jpg",
|
||||
imageAlt: "Fat Loss Programs",
|
||||
},
|
||||
title: "Fat Loss Programs", description: "Structured plans and nutritional advice to help you shed weight safely and effectively.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-chatting-gym_23-2148387804.jpg", imageAlt: "Fat Loss Programs"},
|
||||
items: [
|
||||
{
|
||||
icon: Scale,
|
||||
text: "Custom Diet Plans",
|
||||
},
|
||||
text: "Custom Diet Plans"},
|
||||
{
|
||||
icon: Rocket,
|
||||
text: "Accelerated Results",
|
||||
},
|
||||
text: "Accelerated Results"},
|
||||
{
|
||||
icon: Book,
|
||||
text: "Expert Guidance",
|
||||
},
|
||||
text: "Expert Guidance"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-female-beauty-blogger-young-latin-woman-with-brown-eyes-dark-curly-hair-smiling-widely-when-vlogging-indoors-looking-straight-camera-cosmetics-beauty-make-up-blogs-concep_74855-22834.jpg",
|
||||
imageAlt: "gym weight rack dumbbells",
|
||||
},
|
||||
{
|
||||
title: "Muscle Gain",
|
||||
description: "Bulk up the right way with specialized training and recovery strategies for muscle hypertrophy.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-doing-squats-outdoors_23-2149041641.jpg",
|
||||
imageAlt: "Muscle Gain",
|
||||
},
|
||||
title: "Muscle Gain", description: "Bulk up the right way with specialized training and recovery strategies for muscle hypertrophy.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-doing-squats-outdoors_23-2149041641.jpg", imageAlt: "Muscle Gain"},
|
||||
items: [
|
||||
{
|
||||
icon: Weight,
|
||||
text: "Hypertrophy Focus",
|
||||
},
|
||||
text: "Hypertrophy Focus"},
|
||||
{
|
||||
icon: Apple,
|
||||
text: "Nutritional Tips",
|
||||
},
|
||||
text: "Nutritional Tips"},
|
||||
{
|
||||
icon: Dna,
|
||||
text: "Optimal Recovery",
|
||||
},
|
||||
text: "Optimal Recovery"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627082.jpg?_wi=2",
|
||||
imageAlt: "gym weight rack dumbbells",
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -332,21 +218,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Choose ",
|
||||
},
|
||||
type: "text", content: "Why Choose "},
|
||||
{
|
||||
type: "text",
|
||||
content: "WAY TO FITNESS?",
|
||||
},
|
||||
type: "text", content: "WAY TO FITNESS?"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Free Trial", href: "#contact"},
|
||||
]}
|
||||
description="WAY TO FITNESS is more than just a gym; it's a community dedicated to your success. We offer:\n\n✔️ **Affordable pricing:** Premium facilities without the premium price tag.\n✔️ **Supportive trainers:** Dedicated to guiding you through every step of your fitness journey.\n✔️ **AC facility:** Stay cool and comfortable during your workouts.\n✔️ **Multi-floor gym:** Ample space for diverse training needs.\n✔️ **Prime Colaba location:** Conveniently located in the heart of Mumbai.\n✔️ **Flexible timings:** Open till 11 PM to fit your busy schedule."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg"
|
||||
imageAlt="Modern gym interior"
|
||||
/>
|
||||
@@ -359,61 +238,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "day-pass",
|
||||
badge: "Flexible",
|
||||
badgeIcon: Sun,
|
||||
price: "₹400",
|
||||
subtitle: "Per day access",
|
||||
buttons: [
|
||||
id: "day-pass", badge: "Flexible", badgeIcon: Sun,
|
||||
price: "₹400", subtitle: "Per day access", buttons: [
|
||||
{
|
||||
text: "Get Day Pass",
|
||||
href: "tel:+917506340313",
|
||||
},
|
||||
text: "Get Day Pass", href: "tel:+917506340313"},
|
||||
],
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Single session",
|
||||
"Locker room",
|
||||
],
|
||||
"Full gym access", "Single session", "Locker room"],
|
||||
},
|
||||
{
|
||||
id: "weekly-pass",
|
||||
badge: "Short Term",
|
||||
badgeIcon: Calendar,
|
||||
price: "₹1200",
|
||||
subtitle: "7-day full access",
|
||||
buttons: [
|
||||
id: "weekly-pass", badge: "Short Term", badgeIcon: Calendar,
|
||||
price: "₹1200", subtitle: "7-day full access", buttons: [
|
||||
{
|
||||
text: "Get Weekly Pass",
|
||||
href: "tel:+917506340313",
|
||||
},
|
||||
text: "Get Weekly Pass", href: "tel:+917506340313"},
|
||||
],
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Unlimited sessions",
|
||||
"Trainer support",
|
||||
"Locker room",
|
||||
],
|
||||
"Full gym access", "Unlimited sessions", "Trainer support", "Locker room"],
|
||||
},
|
||||
{
|
||||
id: "monthly-offer",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Call for Best Offer",
|
||||
subtitle: "Long term savings",
|
||||
buttons: [
|
||||
id: "monthly-offer", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "Call for Best Offer", subtitle: "Long term savings", buttons: [
|
||||
{
|
||||
text: "Call Now for Pricing",
|
||||
href: "tel:+917506340313",
|
||||
},
|
||||
text: "Call Now for Pricing", href: "tel:+917506340313"},
|
||||
],
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Unlimited sessions",
|
||||
"Personalized plan",
|
||||
"Dedicated trainer",
|
||||
"Locker room",
|
||||
],
|
||||
"Full gym access", "Unlimited sessions", "Personalized plan", "Dedicated trainer", "Locker room"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Pricing Plans"
|
||||
@@ -429,65 +278,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
brand: "WAY TO FITNESS",
|
||||
name: "Strength Training Zone",
|
||||
price: "Varies",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-dumbbells-filtered-image-processed-vintage-effect_1232-3417.jpg",
|
||||
imageAlt: "Strength Training Zone",
|
||||
},
|
||||
id: "gallery-1", brand: "WAY TO FITNESS", name: "Strength Training Zone", price: "Varies", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/sports-dumbbells-filtered-image-processed-vintage-effect_1232-3417.jpg", imageAlt: "Strength Training Zone"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
brand: "WAY TO FITNESS",
|
||||
name: "Cardio Area",
|
||||
price: "Varies",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-exercise-bicycle_23-2148353067.jpg",
|
||||
imageAlt: "Cardio Area",
|
||||
},
|
||||
id: "gallery-2", brand: "WAY TO FITNESS", name: "Cardio Area", price: "Varies", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-exercise-bicycle_23-2148353067.jpg", imageAlt: "Cardio Area"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
brand: "WAY TO FITNESS",
|
||||
name: "Personal Training",
|
||||
price: "Varies",
|
||||
rating: 5,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772212.jpg",
|
||||
imageAlt: "Personal Training Session",
|
||||
},
|
||||
id: "gallery-3", brand: "WAY TO FITNESS", name: "Personal Training", price: "Varies", rating: 5,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772212.jpg", imageAlt: "Personal Training Session"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
brand: "WAY TO FITNESS",
|
||||
name: "Group Fitness",
|
||||
price: "Varies",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-sporty-woman-exercising-city-bridge_1262-6221.jpg",
|
||||
imageAlt: "Group Fitness Class",
|
||||
},
|
||||
id: "gallery-4", brand: "WAY TO FITNESS", name: "Group Fitness", price: "Varies", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/serious-sporty-woman-exercising-city-bridge_1262-6221.jpg", imageAlt: "Group Fitness Class"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
brand: "WAY TO FITNESS",
|
||||
name: "Workout Environment",
|
||||
price: "Varies",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-high-building-high-quality-photo_114579-12190.jpg",
|
||||
imageAlt: "Gym Workout Environment",
|
||||
},
|
||||
id: "gallery-5", brand: "WAY TO FITNESS", name: "Workout Environment", price: "Varies", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-high-building-high-quality-photo_114579-12190.jpg", imageAlt: "Gym Workout Environment"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
brand: "WAY TO FITNESS",
|
||||
name: "Flexibility & Recovery",
|
||||
price: "Varies",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barefoot-woman-meditating-home_23-2147802471.jpg",
|
||||
imageAlt: "Yoga and Stretching Area",
|
||||
},
|
||||
id: "gallery-6", brand: "WAY TO FITNESS", name: "Flexibility & Recovery", price: "Varies", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/barefoot-woman-meditating-home_23-2147802471.jpg", imageAlt: "Yoga and Stretching Area"},
|
||||
]}
|
||||
title="Our Gym Gallery"
|
||||
description="Explore our state-of-the-art equipment, spacious workout zones, and motivating environment designed for your success."
|
||||
@@ -498,8 +305,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Start Your Fitness Journey Today"
|
||||
description="Visit us at CS NO 346, 3rd Pasta Ln, near Gowardhandas Bhawan, Colaba, Mumbai, Maharashtra 400005. Open till 11 PM. Call us at +91 75063 40313 or fill the form below to book your free trial."
|
||||
@@ -517,66 +323,39 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#why-choose-us",
|
||||
},
|
||||
label: "Why Choose Us", href: "#why-choose-us"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: +91 75063 40313",
|
||||
href: "tel:+917506340313",
|
||||
},
|
||||
label: "Phone: +91 75063 40313", href: "tel:+917506340313"},
|
||||
{
|
||||
label: "Address: CS NO 346, 3rd Pasta Ln, Colaba, Mumbai",
|
||||
href: "https://www.google.com/maps/search/WAY+TO+FITNESS+Mumbai",
|
||||
},
|
||||
label: "Address: CS NO 346, 3rd Pasta Ln, Colaba, Mumbai", href: "https://www.google.com/maps/search/WAY+TO+FITNESS+Mumbai"},
|
||||
{
|
||||
label: "Hours: Open till 11 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Open till 11 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user