Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91035a23db | |||
| 0f3b45a45b |
216
src/app/page.tsx
216
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Magnum Fitness"
|
||||
/>
|
||||
@@ -62,19 +50,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Achieve Real Fitness Results at Magnum Fitness"
|
||||
description="The leading unisex gym in Mulund East. Get professional guidance, advanced equipment, and a motivating atmosphere to transform your wellness today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your ₹300 One Day Trial Session", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09930776682",
|
||||
},
|
||||
text: "Call 9819442072", href: "tel:9819442072"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-clinic-with-equipment-rehabilitation_1139-1200.jpg"
|
||||
imageAlt="Magnum Fitness gym facility"
|
||||
@@ -87,7 +70,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
title="Expertly Guided Fitness in Mulund East"
|
||||
description="Magnum Fitness is dedicated to providing high-quality fitness services to our community. With certified trainers, a supportive environment, and customized workout plans, we help you reach your goals—whether it's fat loss, muscle gain, or complete body transformation."
|
||||
subdescription="We specialize in personal training, weight training, CrossFit, and Zumba classes for all fitness levels."
|
||||
subdescription="We specialize in personal training, weight training, and CrossFit for all fitness levels."
|
||||
icon={Activity}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-doing-burpees-gym_23-2149356922.jpg"
|
||||
imageAlt="Magnum Fitness trainer"
|
||||
@@ -101,23 +84,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "CrossFit Workouts",
|
||||
description: "High-intensity functional movements designed to build strength and conditioning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289991.jpg",
|
||||
imageAlt: "CrossFit training",
|
||||
},
|
||||
title: "CrossFit Workouts", description: "High-intensity functional movements designed to build strength and conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289991.jpg", imageAlt: "CrossFit training"},
|
||||
{
|
||||
title: "Zumba Classes",
|
||||
description: "Fun, high-energy dance fitness sessions that burn calories while you enjoy the music.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-14561.jpg",
|
||||
imageAlt: "Zumba class",
|
||||
},
|
||||
{
|
||||
title: "Weight Training",
|
||||
description: "Advanced equipment and personalized plans for muscle gain and strength development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercise-simulator-gym_23-2147688152.jpg",
|
||||
imageAlt: "Weight training",
|
||||
},
|
||||
title: "Weight Training", description: "Advanced equipment and personalized plans for muscle gain and strength development.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercise-simulator-gym_23-2147688152.jpg", imageAlt: "Weight training"},
|
||||
]}
|
||||
title="Our Specialized Fitness Services"
|
||||
description="We provide a wide range of services to help you stay motivated and achieve your fitness potential."
|
||||
@@ -131,55 +100,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
price: "₹1,999/mo",
|
||||
name: "Basic Fitness",
|
||||
buttons: [
|
||||
id: "basic", price: "₹1,999/mo", name: "Basic Fitness", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Weight training equipment",
|
||||
"Certified staff support",
|
||||
],
|
||||
"Full gym access", "Weight training equipment", "Certified staff support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
price: "₹3,499/mo",
|
||||
name: "Pro Transformation",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", price: "₹3,499/mo", name: "Pro Transformation", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Personalized workout plan",
|
||||
"CrossFit sessions",
|
||||
"Nutritional guidance",
|
||||
],
|
||||
"Everything in Basic", "Personalized workout plan", "CrossFit sessions", "Nutritional guidance"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
price: "₹5,999/mo",
|
||||
name: "Premium Elite",
|
||||
buttons: [
|
||||
id: "premium", price: "₹5,999/mo", name: "Premium Elite", buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Unlimited personal training",
|
||||
"Zumba class access",
|
||||
"Priority support",
|
||||
],
|
||||
"Everything in Pro", "Unlimited personal training", "Priority support"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Membership Plans"
|
||||
@@ -193,55 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Sharma",
|
||||
date: "Oct 2025",
|
||||
title: "Fitness Enthusiast",
|
||||
quote: "I have been training at Magnum for 6 months and the results are amazing. Certified trainers are very helpful.",
|
||||
tag: "Weight Loss",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-drinking-juice-food-complements_23-2149103207.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-drinking-juice-food-complements_23-2149103207.jpg",
|
||||
},
|
||||
id: "1", name: "Rahul Sharma", date: "Oct 2025", title: "Fitness Enthusiast", quote: "I have been training at Magnum for 6 months and the results are amazing. Certified trainers are very helpful.", tag: "Weight Loss", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-drinking-juice-food-complements_23-2149103207.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-drinking-juice-food-complements_23-2149103207.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Patel",
|
||||
date: "Sept 2025",
|
||||
title: "Regular Member",
|
||||
quote: "The Zumba classes are so much fun! A great place for ladies to work out in a friendly environment.",
|
||||
tag: "Group Fitness",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg",
|
||||
},
|
||||
id: "3", name: "Amit Kumar", date: "Sept 2025", title: "Body Builder", quote: "Advanced equipment and well-maintained facility. The best gym in Mulund East for serious lifting.", tag: "Muscle Gain", avatarSrc: "http://img.b2bpic.net/free-photo/woman-looks-attentively-camera-motivates-you-go-sport-wears-wireless-headphones-around-neck-dressed-sportswear-going-have-fitness-training-poses-outdoors_273609-55696.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-attentively-camera-motivates-you-go-sport-wears-wireless-headphones-around-neck-dressed-sportswear-going-have-fitness-training-poses-outdoors_273609-55696.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Kumar",
|
||||
date: "Sept 2025",
|
||||
title: "Body Builder",
|
||||
quote: "Advanced equipment and well-maintained facility. The best gym in Mulund East for serious lifting.",
|
||||
tag: "Muscle Gain",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-looks-attentively-camera-motivates-you-go-sport-wears-wireless-headphones-around-neck-dressed-sportswear-going-have-fitness-training-poses-outdoors_273609-55696.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-attentively-camera-motivates-you-go-sport-wears-wireless-headphones-around-neck-dressed-sportswear-going-have-fitness-training-poses-outdoors_273609-55696.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Gupta",
|
||||
date: "Aug 2025",
|
||||
title: "Fitness Coach",
|
||||
quote: "Magnum has excellent transformation programs. Very supportive environment for men and women.",
|
||||
tag: "Body Transformation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-confident-smile-with-crossed-hands-chest-standing-white-wall_141793-96316.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-confident-smile-with-crossed-hands-chest-standing-white-wall_141793-96316.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Desai",
|
||||
date: "Aug 2025",
|
||||
title: "Member",
|
||||
quote: "High energy and motivating. I've achieved my fat loss goals here thanks to the staff's support.",
|
||||
tag: "Fat Loss",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-positive-happy-pointing-with-index-fingers-camera-standing-orange-wall_141793-50056.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-positive-happy-pointing-with-index-fingers-camera-standing-orange-wall_141793-50056.jpg",
|
||||
},
|
||||
id: "4", name: "Sneha Gupta", date: "Aug 2025", title: "Fitness Coach", quote: "Magnum has excellent transformation programs. Very supportive environment for men and women.", tag: "Body Transformation", avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-confident-smile-with-crossed-hands-chest-standing-white-wall_141793-96316.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-confident-smile-with-crossed-hands-chest-standing-white-wall_141793-96316.jpg"},
|
||||
]}
|
||||
title="Success Stories from Our Members"
|
||||
description="Hear what our fitness community has to say about Magnum Fitness."
|
||||
@@ -252,20 +150,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Join Magnum Fitness Today"
|
||||
description="Book your free gym visit or schedule a personal training session. Start your fitness transformation now."
|
||||
description="Book your ₹300 one day trial session or schedule a personal training session. Start your fitness transformation now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 099307 76682",
|
||||
href: "tel:09930776682",
|
||||
},
|
||||
text: "Call 9819442072", href: "tel:9819442072"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/919930776682",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/919819442072"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -277,62 +170,35 @@ export default function LandingPage() {
|
||||
logoText="Magnum Fitness"
|
||||
columns={[
|
||||
{
|
||||
title: "Gym Services",
|
||||
items: [
|
||||
title: "Gym Services", items: [
|
||||
{
|
||||
label: "Personal Training",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Personal Training", href: "#features"},
|
||||
{
|
||||
label: "CrossFit",
|
||||
href: "#features",
|
||||
},
|
||||
label: "CrossFit", href: "#features"},
|
||||
{
|
||||
label: "Zumba",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Weight Training",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Weight Training", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "Call: 099307 76682",
|
||||
href: "tel:09930776682",
|
||||
},
|
||||
label: "Call: 9819442072", href: "tel:9819442072"},
|
||||
{
|
||||
label: "Mulund East, Mumbai",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mulund East, Mumbai", href: "#"},
|
||||
{
|
||||
label: "Opens 5 AM Daily",
|
||||
href: "#",
|
||||
},
|
||||
label: "Opens 5 AM Daily", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user