Merge version_1_1781707038237 into main #1

Merged
bender merged 2 commits from version_1_1781707038237 into main 2026-06-17 14:38:44 +00:00

View File

@@ -19,25 +19,18 @@ export default function HomePage() {
title="Unlock Your Potential at Shapemeup Fitness"
description="Experience spacious, well-equipped training with personalized coaching in the heart of Padur."
primaryButton={{
text: "Join Today",
href: "#contact",
}}
text: "Join Today", href: "#contact"}}
secondaryButton={{
text: "View Schedule",
href: "#services",
}}
text: "View Schedule", href: "#services"}}
items={[
{
text: "Modern Machines",
icon: Activity,
text: "Modern Machines", icon: Activity,
},
{
text: "Personalized Plans",
icon: ListChecks,
text: "Personalized Plans", icon: ListChecks,
},
{
text: "Expert Coaching",
icon: UserCheck,
text: "Expert Coaching", icon: UserCheck,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg"
@@ -50,9 +43,7 @@ export default function HomePage() {
<AboutText
title="Your Goals, Our Expertise"
primaryButton={{
text: "Learn More",
href: "#features",
}}
text: "Learn More", href: "#features"}}
/>
</SectionErrorBoundary>
</div>
@@ -65,25 +56,13 @@ export default function HomePage() {
description="Everything you need to transform your fitness journey."
features={[
{
title: "Modern Gym Space",
description: "Spacious floor with top-tier equipment.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-before-training_23-2147688196.jpg",
},
title: "Modern Gym Space", description: "Spacious floor with top-tier equipment.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-before-training_23-2147688196.jpg"},
{
title: "Infrared Sauna",
description: "Relax and recover after your intense workouts.",
imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg",
},
title: "Infrared Sauna", description: "Relax and recover after your intense workouts.", imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg"},
{
title: "Fresh Fruit Bar",
description: "Complimentary fruit bowls to refuel your body.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-plate-with-muesli-kiwi-after-fitness-workout-with-dumbbells_8353-5764.jpg",
},
title: "Fresh Fruit Bar", description: "Complimentary fruit bowls to refuel your body.", imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-plate-with-muesli-kiwi-after-fitness-workout-with-dumbbells_8353-5764.jpg"},
{
title: "Custom Diet Plans",
description: "Personalized guidance for PCOS, thyroid, and health.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21899.jpg",
},
title: "Custom Diet Plans", description: "Personalized guidance for PCOS, thyroid, and health.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21899.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -97,47 +76,19 @@ export default function HomePage() {
description="Wide range of programs for every fitness level."
items={[
{
title: "HIIT Training",
description: "High Intensity Interval Training sessions.",
imageSrc: "http://img.b2bpic.net/free-photo/weights-medical-mask-gym-bench_23-2148766078.jpg",
href: "#",
},
title: "HIIT Training", description: "High Intensity Interval Training sessions.", imageSrc: "http://img.b2bpic.net/free-photo/weights-medical-mask-gym-bench_23-2148766078.jpg", href: "#"},
{
title: "Weight Training",
description: "Build muscle and strength properly.",
imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg",
href: "#",
},
title: "Weight Training", description: "Build muscle and strength properly.", imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg", href: "#"},
{
title: "Weight Loss Plans",
description: "Science-backed plans for body transformation.",
imageSrc: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg",
href: "#",
},
title: "Weight Loss Plans", description: "Science-backed plans for body transformation.", imageSrc: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg", href: "#"},
{
title: "Weight Gain Programs",
description: "Structured plans for healthy muscle gain.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg",
href: "#",
},
title: "Weight Gain Programs", description: "Structured plans for healthy muscle gain.", imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg", href: "#"},
{
title: "Reflex Training",
description: "Advanced flash reaction drills.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-floor-looking-woman-gym_23-2147949623.jpg",
href: "#",
},
title: "Reflex Training", description: "Advanced flash reaction drills.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-floor-looking-woman-gym_23-2147949623.jpg", href: "#"},
{
title: "PCOS Diet Planning",
description: "Specialized nutrition for hormonal health.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg",
href: "#",
},
title: "PCOS Diet Planning", description: "Specialized nutrition for hormonal health.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg", href: "#"},
{
title: "Pre-diabetic Diet",
description: "Focus on metabolic health and balance.",
imageSrc: "http://img.b2bpic.net/free-photo/bottle-cleaning-solution-gym-bench_23-2148766067.jpg",
href: "#",
},
title: "Pre-diabetic Diet", description: "Focus on metabolic health and balance.", imageSrc: "http://img.b2bpic.net/free-photo/bottle-cleaning-solution-gym-bench_23-2148766067.jpg", href: "#"},
]}
/>
</SectionErrorBoundary>
@@ -148,22 +99,14 @@ export default function HomePage() {
<MetricsIconCards
tag="Our Impact"
title="Results You Can Trust"
description="We pride ourselves on our consistent track record and community growth."
metrics={[
{
icon: Users,
title: "Active Members",
value: "500+",
},
icon: "Users", title: "Active Members", value: "500+"},
{
icon: Star,
title: "Google Rating",
value: "4.7",
},
icon: "Star", title: "Google Rating", value: "4.7"},
{
icon: Calendar,
title: "Reviews",
value: "66+",
},
icon: "Calendar", title: "Reviews", value: "66+"},
]}
/>
</SectionErrorBoundary>
@@ -174,42 +117,23 @@ export default function HomePage() {
<TestimonialOverlayCards
tag="Success Stories"
title="Hear From Our Community"
description="Real results from our dedicated members."
testimonials={[
{
name: "Sarah J.",
role: "Member",
company: "Padur",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg",
},
name: "Sarah J.", role: "Member", company: "Padur", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg"},
{
name: "Michael R.",
role: "Member",
company: "Kelambakkam",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sweaty-fitness-woman-smiling-leaning-knees-looking-satisfied-after-workout-athlete-running-track-with-pleased-face-white-background_176420-47086.jpg",
},
name: "Michael R.", role: "Member", company: "Kelambakkam", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sweaty-fitness-woman-smiling-leaning-knees-looking-satisfied-after-workout-athlete-running-track-with-pleased-face-white-background_176420-47086.jpg"},
{
name: "Emily K.",
role: "Member",
company: "OMR",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg",
},
name: "Emily K.", role: "Member", company: "OMR", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg"},
{
name: "David W.",
role: "Member",
company: "Padur",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg",
},
name: "David W.", role: "Member", company: "Padur", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg"},
{
name: "Jessica L.",
role: "Member",
company: "Kovalam",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-training-apparatus_1163-3235.jpg",
},
name: "Jessica L.", role: "Member", company: "Kovalam", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-training-apparatus_1163-3235.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -220,18 +144,14 @@ export default function HomePage() {
<FaqTabbedAccordion
tag="Support"
title="Frequently Asked Questions"
description="Find answers to common questions about our gym services."
categories={[
{
name: "General",
items: [
name: "General", items: [
{
question: "What are your opening hours?",
answer: "We are open daily until 11 PM.",
},
question: "What are your opening hours?", answer: "We are open daily until 11 PM."},
{
question: "Is the sauna free?",
answer: "Yes, sauna access is included for all members.",
},
question: "Is the sauna free?", answer: "Yes, sauna access is included for all members."},
],
},
]}
@@ -245,13 +165,9 @@ export default function HomePage() {
tag="Get Started"
text="Ready to transform your health? Join our fitness community in Padur today."
primaryButton={{
text: "WhatsApp Us",
href: "https://wa.me/917708579934",
}}
text: "WhatsApp Us", href: "https://wa.me/917708579934"}}
secondaryButton={{
text: "Get Directions",
href: "https://maps.app.goo.gl/Shapemeup",
}}
text: "Get Directions", href: "https://maps.app.goo.gl/Shapemeup"}}
/>
</SectionErrorBoundary>
</div>