Merge version_1 into main #2
362
src/app/page.tsx
362
src/app/page.tsx
@@ -34,35 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#programs",
|
||||
},
|
||||
name: "Programs", id: "#programs"},
|
||||
{
|
||||
name: "Transformations",
|
||||
id: "#transformations",
|
||||
},
|
||||
name: "Transformations", id: "#transformations"},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "#trainers",
|
||||
},
|
||||
name: "Trainers", id: "#trainers"},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "#plans",
|
||||
},
|
||||
name: "Plans", id: "#plans"},
|
||||
{
|
||||
name: "Free Trial",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Free Trial", id: "#contact"},
|
||||
]}
|
||||
brandName="2 More Fitness"
|
||||
button={{
|
||||
text: "Join Today",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Today", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,38 +60,24 @@ export default function LandingPage() {
|
||||
tag="YOUR TRANSFORMATION STARTS NOW"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Transformation",
|
||||
href: "#programs",
|
||||
},
|
||||
text: "Start Your Transformation", href: "#programs"},
|
||||
{
|
||||
text: "Claim Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Claim Free Trial", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-muscular-sport-person-looking-camera_23-2148162110.jpg",
|
||||
alt: "Transformed member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-muscular-sport-person-looking-camera_23-2148162110.jpg", alt: "Transformed member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg",
|
||||
alt: "Transformed member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg", alt: "Transformed member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg",
|
||||
alt: "Transformed member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg", alt: "Transformed member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-woman-break-gm-laughing_23-2148419817.jpg",
|
||||
alt: "Transformed member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-woman-break-gm-laughing_23-2148419817.jpg", alt: "Transformed member 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg",
|
||||
alt: "Transformed member 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg", alt: "Transformed member 5"},
|
||||
]}
|
||||
avatarText="300+ Transformations & Counting!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sportswoman-posing-sportswear-isolated-gray_7502-8035.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sportswoman-posing-sportswear-isolated-gray_7502-8035.jpg"
|
||||
imageAlt="intense gym workout weights sweat"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -120,20 +92,11 @@ export default function LandingPage() {
|
||||
tag="RESULTS SPEAK LOUDER"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "300+",
|
||||
description: "Transformations Achieved",
|
||||
},
|
||||
id: "m1", value: "300+", description: "Transformations Achieved"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Certified",
|
||||
description: "Expert Trainers",
|
||||
},
|
||||
id: "m2", value: "Certified", description: "Expert Trainers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Personalized",
|
||||
description: "Training Plans",
|
||||
},
|
||||
id: "m3", value: "Personalized", description: "Training Plans"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -155,39 +118,25 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "Personalized Plans",
|
||||
description: "Tailored strategies for every body type and goal, ensuring maximum results.",
|
||||
},
|
||||
title: "Personalized Plans", description: "Tailored strategies for every body type and goal, ensuring maximum results."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Supportive Trainers",
|
||||
description: "Certified coaches dedicated to pushing your limits and guiding your every rep.",
|
||||
},
|
||||
title: "Supportive Trainers", description: "Certified coaches dedicated to pushing your limits and guiding your every rep."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Motivating Environment",
|
||||
description: "A clean, high-energy space that fuels your drive and eliminates excuses.",
|
||||
},
|
||||
title: "Motivating Environment", description: "A clean, high-energy space that fuels your drive and eliminates excuses."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Result-Focused Approach",
|
||||
description: "Every session is crafted to deliver tangible, lasting transformations.",
|
||||
},
|
||||
title: "Result-Focused Approach", description: "Every session is crafted to deliver tangible, lasting transformations."},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Fat Loss Experts",
|
||||
description: "Specialized programs and guidance to shred fat and reveal lean muscle.",
|
||||
},
|
||||
title: "Fat Loss Experts", description: "Specialized programs and guidance to shred fat and reveal lean muscle."},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Muscle Building Specialists",
|
||||
description: "Master the art of hypertrophy with our proven muscle gain methodologies.",
|
||||
},
|
||||
title: "Muscle Building Specialists", description: "Master the art of hypertrophy with our proven muscle gain methodologies."},
|
||||
{
|
||||
icon: CalendarCheck,
|
||||
title: "Customized Training Plans",
|
||||
description: "Dynamic workout blueprints evolving with your progress, keeping you challenged.",
|
||||
},
|
||||
title: "Customized Training Plans", description: "Dynamic workout blueprints evolving with your progress, keeping you challenged."},
|
||||
]}
|
||||
title="Why 2 More Fitness is Your Only Choice"
|
||||
description="Experience the difference of a gym dedicated to your success, with a culture built on discipline and results. We empower you to dominate your fitness goals."
|
||||
@@ -203,70 +152,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Fat Loss Transformation",
|
||||
price: "Start Today",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exercises-air-bike-full-height-young-athlete-gym_169016-58596.jpg",
|
||||
imageAlt: "person doing intense cardio workout determined",
|
||||
onProductClick: "() => {}",
|
||||
id: "p1", name: "Fat Loss Transformation", price: "Start Today", imageSrc: "http://img.b2bpic.net/free-photo/exercises-air-bike-full-height-young-athlete-gym_169016-58596.jpg", imageAlt: "person doing intense cardio workout determined", onProductClick: () => {},
|
||||
priceButtonProps: {
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Muscle Gain Program",
|
||||
price: "Start Today",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080437.jpg",
|
||||
imageAlt: "man lifting heavy barbell muscle gain",
|
||||
onProductClick: "() => {},",
|
||||
id: "p2", name: "Muscle Gain Program", price: "Start Today", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080437.jpg", imageAlt: "man lifting heavy barbell muscle gain", onProductClick: () => {},
|
||||
priceButtonProps: {
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Personal Training (1-on-1)",
|
||||
price: "Tailored",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg",
|
||||
imageAlt: "personal trainer working one-on-one with client",
|
||||
onProductClick: "() => {}",
|
||||
id: "p3", name: "Personal Training (1-on-1)", price: "Tailored", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32114.jpg", imageAlt: "personal trainer working one-on-one with client", onProductClick: () => {},
|
||||
priceButtonProps: {
|
||||
text: "Inquire",
|
||||
},
|
||||
text: "Inquire"},
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Strength & Conditioning",
|
||||
price: "Elevate Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-14566.jpg",
|
||||
imageAlt: "athlete performing strength and conditioning exercise",
|
||||
onProductClick: "() => {}",
|
||||
id: "p4", name: "Strength & Conditioning", price: "Elevate Performance", imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-14566.jpg", imageAlt: "athlete performing strength and conditioning exercise", onProductClick: () => {},
|
||||
priceButtonProps: {
|
||||
text: "Discover",
|
||||
},
|
||||
text: "Discover"},
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cardio + HIIT",
|
||||
price: "Burn Fat Fast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-boxer-working-out-apparel-jumping-rope_23-2148426151.jpg",
|
||||
imageAlt: "group doing cardio and HIIT workout",
|
||||
onProductClick: "() => {}",
|
||||
id: "p5", name: "Cardio + HIIT", price: "Burn Fat Fast", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-boxer-working-out-apparel-jumping-rope_23-2148426151.jpg", imageAlt: "group doing cardio and HIIT workout", onProductClick: () => {},
|
||||
priceButtonProps: {
|
||||
text: "Explore",
|
||||
},
|
||||
text: "Explore"},
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Functional Training",
|
||||
price: "Real World Strength",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sportive-people-training-with-trx-near-sea-morning_176420-1845.jpg",
|
||||
imageAlt: "person doing functional training kettlebells",
|
||||
onProductClick: "() => {}",
|
||||
id: "p6", name: "Functional Training", price: "Real World Strength", imageSrc: "http://img.b2bpic.net/free-photo/young-sportive-people-training-with-trx-near-sea-morning_176420-1845.jpg", imageAlt: "person doing functional training kettlebells", onProductClick: () => {},
|
||||
priceButtonProps: {
|
||||
text: "View",
|
||||
},
|
||||
text: "View"},
|
||||
},
|
||||
]}
|
||||
title="Our Elite Training Programs"
|
||||
@@ -281,50 +194,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Shredded 8kg in 60 Days!",
|
||||
quote: "Joining 2 More Fitness was the best decision. The trainers are hardcore, the plans are brutal, and the results are undeniable. Lost 8kg in 60 days!",
|
||||
name: "Ananya Sharma",
|
||||
role: "Fat Loss Champion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-adult-slavic-sporty-man-with-headphones-wearing-headband-wristbands-pointing-isolated-pink-wall-with-copy-space_141793-97381.jpg",
|
||||
imageAlt: "transformed man smiling after weight loss",
|
||||
},
|
||||
id: "t1", title: "Shredded 8kg in 60 Days!", quote: "Joining 2 More Fitness was the best decision. The trainers are hardcore, the plans are brutal, and the results are undeniable. Lost 8kg in 60 days!", name: "Ananya Sharma", role: "Fat Loss Champion", imageSrc: "http://img.b2bpic.net/free-photo/pleased-adult-slavic-sporty-man-with-headphones-wearing-headband-wristbands-pointing-isolated-pink-wall-with-copy-space_141793-97381.jpg", imageAlt: "transformed man smiling after weight loss"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Gained Serious Muscle Mass!",
|
||||
quote: "The muscle gain program is next level. Never thought I could push so hard. Best trainers in Hisar, they know how to get you jacked!",
|
||||
name: "Rohit Kumar",
|
||||
role: "Muscle Gain Beast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-blank-digital-tablet_23-2148047432.jpg",
|
||||
imageAlt: "transformed man smiling after weight loss",
|
||||
},
|
||||
id: "t2", title: "Gained Serious Muscle Mass!", quote: "The muscle gain program is next level. Never thought I could push so hard. Best trainers in Hisar, they know how to get you jacked!", name: "Rohit Kumar", role: "Muscle Gain Beast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-blank-digital-tablet_23-2148047432.jpg", imageAlt: "transformed man smiling after weight loss"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Unstoppable Confidence Now!",
|
||||
quote: "Beyond the physical change, 2 More Fitness gave me mental discipline. I feel stronger, more confident, and ready to tackle anything. Highly recommend!",
|
||||
name: "Priya Singh",
|
||||
role: "Transformation Warrior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-man-with-naked-torso-wears-shorts-screams-loudly-opens-mouth-widely-has-thick-beard-poses-against-khaki-color-wall-keeps-arms-down_273609-44489.jpg",
|
||||
imageAlt: "transformed man smiling after weight loss",
|
||||
},
|
||||
id: "t3", title: "Unstoppable Confidence Now!", quote: "Beyond the physical change, 2 More Fitness gave me mental discipline. I feel stronger, more confident, and ready to tackle anything. Highly recommend!", name: "Priya Singh", role: "Transformation Warrior", imageSrc: "http://img.b2bpic.net/free-photo/emotional-man-with-naked-torso-wears-shorts-screams-loudly-opens-mouth-widely-has-thick-beard-poses-against-khaki-color-wall-keeps-arms-down_273609-44489.jpg", imageAlt: "transformed man smiling after weight loss"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Expert Guidance, Incredible Results!",
|
||||
quote: "Every session is a challenge, every trainer is an expert. The personalized plan made all the difference. I'm hitting new PBs every week!",
|
||||
name: "Vikas Gupta",
|
||||
role: "Strength Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-towel-her-shoulder-pointing-back-smiling-cheerfully-standing-pink-wall_141793-48807.jpg",
|
||||
imageAlt: "transformed man smiling after weight loss",
|
||||
},
|
||||
id: "t4", title: "Expert Guidance, Incredible Results!", quote: "Every session is a challenge, every trainer is an expert. The personalized plan made all the difference. I'm hitting new PBs every week!", name: "Vikas Gupta", role: "Strength Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-towel-her-shoulder-pointing-back-smiling-cheerfully-standing-pink-wall_141793-48807.jpg", imageAlt: "transformed man smiling after weight loss"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "My Fitness Journey Revolutionized!",
|
||||
quote: "From day one, I knew this was different. The environment pushes you, the community supports you. It's not just a gym, it's a lifestyle revolution.",
|
||||
name: "Deepika Reddy",
|
||||
role: "Dedicated Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-couple-confident-man-impressed-woman-both-showing-thumbs-up-looking_141793-57854.jpg",
|
||||
imageAlt: "transformed man smiling after weight loss",
|
||||
},
|
||||
id: "t5", title: "My Fitness Journey Revolutionized!", quote: "From day one, I knew this was different. The environment pushes you, the community supports you. It's not just a gym, it's a lifestyle revolution.", name: "Deepika Reddy", role: "Dedicated Member", imageSrc: "http://img.b2bpic.net/free-photo/adult-couple-confident-man-impressed-woman-both-showing-thumbs-up-looking_141793-57854.jpg", imageAlt: "transformed man smiling after weight loss"},
|
||||
]}
|
||||
title="Real Transformations. Real Results."
|
||||
description="Witness the journeys of our dedicated members who pushed 2 More and became unstoppable. Your success story is next."
|
||||
@@ -339,36 +217,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Elite Training Staff",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Elite Training Staff", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Coach Rajveer",
|
||||
subtitle: "Head Trainer",
|
||||
detail: "10+ Years Experience, Fat Loss Specialist, Certified Strength & Conditioning Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101139.jpg",
|
||||
imageAlt: "professional male fitness trainer dynamic pose",
|
||||
},
|
||||
id: "m1", title: "Coach Rajveer", subtitle: "Head Trainer", detail: "10+ Years Experience, Fat Loss Specialist, Certified Strength & Conditioning Coach", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101139.jpg", imageAlt: "professional male fitness trainer dynamic pose"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Coach Priya",
|
||||
subtitle: "Transformation Expert",
|
||||
detail: "8+ Years Experience, Muscle Gain & Nutrition Expert, Certified Personal Trainer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289995.jpg",
|
||||
imageAlt: "professional female fitness trainer dynamic pose",
|
||||
},
|
||||
id: "m2", title: "Coach Priya", subtitle: "Transformation Expert", detail: "8+ Years Experience, Muscle Gain & Nutrition Expert, Certified Personal Trainer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289995.jpg", imageAlt: "professional female fitness trainer dynamic pose"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Coach Sameer",
|
||||
subtitle: "Performance Coach",
|
||||
detail: "7+ Years Experience, HIIT & Functional Training Master, Sports Performance Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-29458.jpg",
|
||||
imageAlt: "professional male fitness trainer dynamic pose",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-posing-sportswear-isolated-gray_7502-8035.jpg?_wi=2",
|
||||
imageAlt: "professional male fitness trainer dynamic pose",
|
||||
id: "m3", title: "Coach Sameer", subtitle: "Performance Coach", detail: "7+ Years Experience, HIIT & Functional Training Master, Sports Performance Specialist", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-29458.jpg", imageAlt: "professional male fitness trainer dynamic pose"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Your Certified Coaches"
|
||||
@@ -384,61 +240,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1",
|
||||
name: "Monthly Beast Mode",
|
||||
badge: "Flexibility",
|
||||
badgeIcon: Flame,
|
||||
price: "₹2,500/month",
|
||||
buttons: [
|
||||
id: "plan-1", name: "Monthly Beast Mode", badge: "Flexibility", badgeIcon: Flame,
|
||||
price: "₹2,500/month", buttons: [
|
||||
{
|
||||
text: "Join Monthly",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Monthly", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Access to all gym facilities",
|
||||
"Group training classes",
|
||||
"Basic fitness assessment",
|
||||
"Flexible month-to-month commitment",
|
||||
],
|
||||
"Access to all gym facilities", "Group training classes", "Basic fitness assessment", "Flexible month-to-month commitment"],
|
||||
},
|
||||
{
|
||||
id: "plan-2",
|
||||
name: "3 Months Unstoppable",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹6,500 (Save ₹1,000)",
|
||||
buttons: [
|
||||
id: "plan-2", name: "3 Months Unstoppable", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "₹6,500 (Save ₹1,000)", buttons: [
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"All Monthly Plan features",
|
||||
"Advanced fitness tracking",
|
||||
"Priority access to workshops",
|
||||
"Personalized mini-plan review",
|
||||
],
|
||||
"All Monthly Plan features", "Advanced fitness tracking", "Priority access to workshops", "Personalized mini-plan review"],
|
||||
},
|
||||
{
|
||||
id: "plan-3",
|
||||
name: "6 Months Domination",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Crown,
|
||||
price: "₹12,000 (Save ₹3,000)",
|
||||
buttons: [
|
||||
id: "plan-3", name: "6 Months Domination", badge: "Best Value", badgeIcon: Crown,
|
||||
price: "₹12,000 (Save ₹3,000)", buttons: [
|
||||
{
|
||||
text: "Commit to Dominate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Commit to Dominate", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"All 3 Months Plan features",
|
||||
"Dedicated personal training session",
|
||||
"Exclusive member challenges",
|
||||
"Full nutritional guidance resources",
|
||||
],
|
||||
"All 3 Months Plan features", "Dedicated personal training session", "Exclusive member challenges", "Full nutritional guidance resources"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path to Power"
|
||||
@@ -454,32 +280,17 @@ export default function LandingPage() {
|
||||
description="Book your FREE trial today and experience Hisar's most result-driven gym. Or connect with us directly:\n\n**Address:** Ground Floor, Street No.6, Virat Nagar, Azad Nagar, Hisar, Haryana 125007\n**Phone:** 09467101101\n\n[WhatsApp Us Directly](https://wa.me/919467101101)"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email (Optional)",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email (Optional)"},
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "goal",
|
||||
label: "Your Primary Fitness Goal",
|
||||
options: [
|
||||
"Fat Loss",
|
||||
"Muscle Gain",
|
||||
"Strength & Conditioning",
|
||||
"Overall Fitness",
|
||||
],
|
||||
name: "goal", label: "Your Primary Fitness Goal", options: [
|
||||
"Fat Loss", "Muscle Gain", "Strength & Conditioning", "Overall Fitness"],
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-standing-near-pillar-stretching-her-leg-while-doing-exercise_23-2148038191.jpg"
|
||||
imageAlt="modern gym lobby reception desk neon lights"
|
||||
@@ -493,54 +304,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/2morefitnesss",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/2morefitnesss"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919467101101",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919467101101"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919467101101",
|
||||
},
|
||||
label: "Call Us", href: "tel:+919467101101"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Programs", href: "#programs"},
|
||||
{
|
||||
label: "Transformations",
|
||||
href: "#transformations",
|
||||
},
|
||||
label: "Transformations", href: "#transformations"},
|
||||
{
|
||||
label: "Membership Plans",
|
||||
href: "#plans",
|
||||
},
|
||||
label: "Membership Plans", href: "#plans"},
|
||||
{
|
||||
label: "Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Free Trial", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Location",
|
||||
items: [
|
||||
title: "Our Location", items: [
|
||||
{
|
||||
label: "Ground Floor, Street No.6, Virat Nagar, Azad Nagar, Hisar, Haryana 125007",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
|
||||
},
|
||||
label: "Ground Floor, Street No.6, Virat Nagar, Azad Nagar, Hisar, Haryana 125007", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
{
|
||||
label: "Gym Timings: Mon-Sat, 6 AM - 10 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gym Timings: Mon-Sat, 6 AM - 10 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user