Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-13 06:41:07 +00:00

View File

@@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Activity, CalendarCheck, Target, UserCheck, Users } from "lucide-react";
import { Activity, CalendarCheck, Target, UserCheck, Users, Maximize, Award, Dumbbell, HeartHandshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,100 +31,63 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Why MS7",
id: "#whyms7",
},
name: "Why MS7", id: "#whyms7"},
{
name: "Programs",
id: "#programs",
},
name: "Programs", id: "#programs"},
{
name: "Trainers",
id: "#trainers",
},
name: "Trainers", id: "#trainers"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Join Us",
id: "#join",
},
name: "Join Us", id: "#join"},
]}
logoSrc="http://img.b2bpic.net/free-photo/start-text-red-superhero-typography-illustration_53876-128751.jpg"
logoAlt="MS 7 Fitness Logo"
brandName="MS 7 Fitness"
button={{
text: "Free Trial",
href: "#join",
}}
text: "Free Trial", href: "#join"}}
/>
</div>
<div id="home" data-section="home">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="WHERE SERIOUS TRAINING BEGINS"
description="Join MS 7 Fitness, a premier gym in Chinchwadgaon, Pune, dedicated to helping you achieve your fitness goals with expert guidance and state-of-the-art facilities. Achieve your best self."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/five-gold-rating-stars-3d-hand_107791-16392.jpg",
alt: "4.9 Stars",
},
src: "http://img.b2bpic.net/free-photo/five-gold-rating-stars-3d-hand_107791-16392.jpg", alt: "4.9 Stars"},
{
src: "http://img.b2bpic.net/free-photo/diverse-workers-sitting-together-couch_53876-24917.jpg",
alt: "30+ Reviews",
},
src: "http://img.b2bpic.net/free-photo/diverse-workers-sitting-together-couch_53876-24917.jpg", alt: "30+ Reviews"},
{
src: "http://img.b2bpic.net/free-vector/icons-with-planets_1308-83090.jpg",
alt: "2 Floors",
},
src: "http://img.b2bpic.net/free-vector/icons-with-planets_1308-83090.jpg", alt: "2 Floors"},
{
src: "http://img.b2bpic.net/free-vector/coffee-pack-filled-line-style_78370-11214.jpg",
alt: "5+ Years Experience",
},
src: "http://img.b2bpic.net/free-vector/coffee-pack-filled-line-style_78370-11214.jpg", alt: "5+ Years Experience"},
{
src: "asset://home-avatar-5",
alt: "Dedicated Coaching",
},
src: "asset://home-avatar-5", alt: "Dedicated Coaching"},
]}
buttons={[
{
text: "Start Your Free Trial",
href: "#join",
},
text: "Start Your Free Trial", href: "#join"},
]}
marqueeItems={[
{
type: "text-icon",
text: "Personalized Coaching",
icon: UserCheck,
type: "text-icon", text: "Personalized Coaching", icon: UserCheck,
},
{
type: "text-icon",
text: "Advanced Equipment",
icon: Activity,
type: "text-icon", text: "Advanced Equipment", icon: Activity,
},
{
type: "text-icon",
text: "Vibrant Community",
icon: Users,
type: "text-icon", text: "Vibrant Community", icon: Users,
},
{
type: "text-icon",
text: "Custom Programs",
icon: CalendarCheck,
type: "text-icon", text: "Custom Programs", icon: CalendarCheck,
},
{
type: "text-icon",
text: "Achieve Your Goals",
icon: Target,
type: "text-icon", text: "Achieve Your Goals", icon: Target,
},
]}
/>
@@ -136,32 +99,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Two-Floor Dedicated Space",
description: "Expansive training zones catering to all workout styles, from high-intensity cardio to heavy powerlifting and functional training.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-foam-roller_23-2151817414.jpg",
imageAlt: "Spacious two-floor gym interior",
buttonIcon: "Maximize",
title: "Two-Floor Dedicated Space", description: "Expansive training zones catering to all workout styles, from high-intensity cardio to heavy powerlifting and functional training.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-foam-roller_23-2151817414.jpg", imageAlt: "Spacious two-floor gym interior", buttonIcon: Maximize,
},
{
title: "Certified & Experienced Trainers",
description: "Benefit from the guidance of industry-leading experts like Madhav Datte, who are passionately committed to your progress and safety.",
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg",
imageAlt: "Certified trainer guiding a client",
buttonIcon: "Award",
title: "Certified & Experienced Trainers", description: "Benefit from the guidance of industry-leading experts like Madhav Datte, who are passionately committed to your progress and safety.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32155.jpg", imageAlt: "Certified trainer guiding a client", buttonIcon: Award,
},
{
title: "Premium, State-of-the-Art Equipment",
description: "Access to the latest fitness technology and robust machinery, ensuring optimal performance and results for every workout.",
imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-129239.jpg",
imageAlt: "Rows of premium gym equipment",
buttonIcon: "Dumbbell",
title: "Premium, State-of-the-Art Equipment", description: "Access to the latest fitness technology and robust machinery, ensuring optimal performance and results for every workout.", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-129239.jpg", imageAlt: "Rows of premium gym equipment", buttonIcon: Dumbbell,
},
{
title: "Motivating Community Support",
description: "Join a thriving fitness community that encourages consistency, celebrates milestones, and pushes you to achieve more every day.",
imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32136.jpg",
imageAlt: "Group of diverse gym members smiling together",
buttonIcon: "HeartHandshake",
title: "Motivating Community Support", description: "Join a thriving fitness community that encourages consistency, celebrates milestones, and pushes you to achieve more every day.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32136.jpg", imageAlt: "Group of diverse gym members smiling together", buttonIcon: HeartHandshake,
},
]}
title="Why Choose MS 7 Fitness?"
@@ -177,47 +124,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "personal-training",
name: "Personal Training",
price: "Customized",
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32113.jpg",
imageAlt: "Trainer and client working out",
},
id: "personal-training", name: "Personal Training", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32113.jpg", imageAlt: "Trainer and client working out"},
{
id: "weight-loss",
name: "Weight Loss Programs",
price: "Achieve Goals",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-helping-girl-skateboarding_23-2148262466.jpg",
imageAlt: "Woman running on a treadmill",
},
id: "weight-loss", name: "Weight Loss Programs", price: "Achieve Goals", imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-helping-girl-skateboarding_23-2148262466.jpg", imageAlt: "Woman running on a treadmill"},
{
id: "bodybuilding",
name: "Bodybuilding & Strength",
price: "Build Mass",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-visible-abs-doing-fitness_23-2150228974.jpg",
imageAlt: "Man lifting heavy weights",
},
id: "bodybuilding", name: "Bodybuilding & Strength", price: "Build Mass", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-visible-abs-doing-fitness_23-2150228974.jpg", imageAlt: "Man lifting heavy weights"},
{
id: "crossfit",
name: "High-Intensity CrossFit",
price: "Boost Stamina",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150290020.jpg",
imageAlt: "CrossFit athlete in action",
},
id: "crossfit", name: "High-Intensity CrossFit", price: "Boost Stamina", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150290020.jpg", imageAlt: "CrossFit athlete in action"},
{
id: "general-fitness",
name: "General Fitness & Wellness",
price: "Stay Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-blonde-personal-trainer_329181-14123.jpg",
imageAlt: "People in a group fitness class",
},
id: "general-fitness", name: "General Fitness & Wellness", price: "Stay Healthy", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-blonde-personal-trainer_329181-14123.jpg", imageAlt: "People in a group fitness class"},
{
id: "nutrition",
name: "Nutrition Counseling",
price: "Balanced Diet",
imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-kitchen-with-fruits_23-2148173250.jpg",
imageAlt: "Nutritionist consulting a client",
},
id: "nutrition", name: "Nutrition Counseling", price: "Balanced Diet", imageSrc: "http://img.b2bpic.net/free-photo/blond-woman-kitchen-with-fruits_23-2148173250.jpg", imageAlt: "Nutritionist consulting a client"},
]}
title="Our Specialized Programs"
description="Designed to meet diverse fitness needs, our programs are carefully tailored for every individual, from beginners to advanced athletes."
@@ -232,12 +149,7 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "madhav-datte",
name: "Madhav Datte",
role: "Lead Certified Trainer",
imageSrc: "http://img.b2bpic.net/free-photo/confident-sportsman-with-headphones-jumping-rope_1098-21632.jpg",
imageAlt: "Portrait of Madhav Datte",
},
id: "madhav-datte", name: "Madhav Datte", role: "Lead Certified Trainer", imageSrc: "http://img.b2bpic.net/free-photo/confident-sportsman-with-headphones-jumping-rope_1098-21632.jpg", imageAlt: "Portrait of Madhav Datte"},
]}
title="Meet Our Lead Trainer: Madhav Datte"
description="With years of extensive experience and a genuine passion for fitness, Madhav Datte is dedicated to guiding you through every step of your transformation journey, ensuring personalized attention and results."
@@ -251,59 +163,23 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sandeep Kadam",
handle: "@SandeepK",
testimonial: "MS7 Fitness is hands down the best gym in Pimpri Chinchwad. The trainers, especially Madhav sir, are incredibly supportive and knowledgeable. I've seen amazing results since joining!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist-with-special-things-rituals_1157-41084.jpg",
imageAlt: "Sandeep Kadam",
},
id: "1", name: "Sandeep Kadam", handle: "@SandeepK", testimonial: "MS7 Fitness is hands down the best gym in Pimpri Chinchwad. The trainers, especially Madhav sir, are incredibly supportive and knowledgeable. I've seen amazing results since joining!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist-with-special-things-rituals_1157-41084.jpg", imageAlt: "Sandeep Kadam"},
{
id: "2",
name: "Priya Sharma",
handle: "@PriyaS",
testimonial: "Been coming here for years! The facilities are top-notch, and the atmosphere is always motivating. Madhav sir's personal training is a game-changer.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-sportswoman-with-heavy-hammer-looking-camera-while-having-cross-training-gym_637285-493.jpg",
imageAlt: "Priya Sharma",
},
id: "2", name: "Priya Sharma", handle: "@PriyaS", testimonial: "Been coming here for years! The facilities are top-notch, and the atmosphere is always motivating. Madhav sir's personal training is a game-changer.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-sportswoman-with-heavy-hammer-looking-camera-while-having-cross-training-gym_637285-493.jpg", imageAlt: "Priya Sharma"},
{
id: "3",
name: "Rohan Singh",
handle: "@RohanS",
testimonial: "Highly recommend MS7 Fitness. Madhav Datte is a phenomenal trainer. He pushes you to your limits while ensuring proper form. Great environment, great people.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-confused-pointing-back-standing-orange-wall_141793-81809.jpg",
imageAlt: "Rohan Singh",
},
id: "3", name: "Rohan Singh", handle: "@RohanS", testimonial: "Highly recommend MS7 Fitness. Madhav Datte is a phenomenal trainer. He pushes you to your limits while ensuring proper form. Great environment, great people.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-navy-t-shirt-confused-pointing-back-standing-orange-wall_141793-81809.jpg", imageAlt: "Rohan Singh"},
{
id: "4",
name: "Deepa Patil",
handle: "@DeepaP",
testimonial: "The two-floor setup is fantastic, always enough space even during peak hours. The equipment is always well-maintained. A truly professional gym experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweaty-fit-woman_23-2149036390.jpg",
imageAlt: "Deepa Patil",
},
id: "4", name: "Deepa Patil", handle: "@DeepaP", testimonial: "The two-floor setup is fantastic, always enough space even during peak hours. The equipment is always well-maintained. A truly professional gym experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweaty-fit-woman_23-2149036390.jpg", imageAlt: "Deepa Patil"},
{
id: "5",
name: "Amit Kumar",
handle: "@AmitK",
testimonial: "I started my fitness journey here and couldn't be happier. The personalized attention from the trainers, particularly Madhav sir, has made all the difference.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-female-boxer-is-posing-photographer-dark-photo-studio_613910-14918.jpg",
imageAlt: "Amit Kumar",
},
id: "5", name: "Amit Kumar", handle: "@AmitK", testimonial: "I started my fitness journey here and couldn't be happier. The personalized attention from the trainers, particularly Madhav sir, has made all the difference.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-female-boxer-is-posing-photographer-dark-photo-studio_613910-14918.jpg", imageAlt: "Amit Kumar"},
{
id: "6",
name: "Sneha Gupta",
handle: "@SnehaG",
testimonial: "Excellent gym with a very positive vibe. Madhav sir's expertise shines through in every session. It's more than just a gym, it's a community.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-athlete-practicing-yoga-cobra-pose-her-living-room_637285-6222.jpg",
imageAlt: "Sneha Gupta",
},
id: "6", name: "Sneha Gupta", handle: "@SnehaG", testimonial: "Excellent gym with a very positive vibe. Madhav sir's expertise shines through in every session. It's more than just a gym, it's a community.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-athlete-practicing-yoga-cobra-pose-her-living-room_637285-6222.jpg", imageAlt: "Sneha Gupta"},
]}
showRating={true}
title="What Our Members Say"
@@ -315,17 +191,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Ready to transform your fitness journey? Visit us at MS 7 Fitness, your premier gym destination in Chinchwadgaon, Pune. Our doors are open for serious training and a healthier you.\n\n**Address:** Plot No. 10/11, Survey No. 67, Shop No. 1, 2, 3, 4, Bhakti Landmark, Dange Chowk Road, Thube Nagar, Tathawade, Chinchwadgaon, Pune, Maharashtra 411033\n\n**Hours:** Mon-Sat: 5:00 AM - 10:00 PM | Sunday: Closed"
buttons={[
{
text: "Get Your Free Trial",
},
text: "Get Your Free Trial"},
{
text: "Call Us Now",
href: "tel:+911234567890",
},
text: "Call Us Now", href: "tel:+911234567890"},
]}
/>
</div>
@@ -337,78 +209,45 @@ export default function LandingPage() {
logoText="MS 7 Fitness"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Why MS7",
href: "#whyms7",
},
label: "Why MS7", href: "#whyms7"},
{
label: "Programs",
href: "#programs",
},
label: "Programs", href: "#programs"},
{
label: "Trainers",
href: "#trainers",
},
label: "Trainers", href: "#trainers"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
{
label: "Join Us",
href: "#join",
},
label: "Join Us", href: "#join"},
],
},
{
title: "Programs",
items: [
title: "Programs", items: [
{
label: "Personal Training",
href: "#programs",
},
label: "Personal Training", href: "#programs"},
{
label: "Weight Loss",
href: "#programs",
},
label: "Weight Loss", href: "#programs"},
{
label: "Bodybuilding",
href: "#programs",
},
label: "Bodybuilding", href: "#programs"},
{
label: "CrossFit",
href: "#programs",
},
label: "CrossFit", href: "#programs"},
{
label: "General Fitness",
href: "#programs",
},
label: "General Fitness", href: "#programs"},
{
label: "Nutrition",
href: "#programs",
},
label: "Nutrition", href: "#programs"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Location",
href: "#join",
},
label: "Location", href: "#join"},
{
label: "Hours",
href: "#join",
},
label: "Hours", href: "#join"},
{
label: "Get a Free Trial",
href: "#join",
},
label: "Get a Free Trial", href: "#join"},
],
},
]}