Merge version_1_1781382415635 into main #2

Merged
bender merged 2 commits from version_1_1781382415635 into main 2026-06-13 20:28:00 +00:00

View File

@@ -11,231 +11,150 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBrand
brand="Build Strength. Build Confidence."
description="Join a fitness community dedicated to helping you achieve your goals through professional guidance, powerful workouts, and consistent progress."
primaryButton={{
text: "Join Today",
href: "#contact",
}}
secondaryButton={{
text: "Start Free Trial",
href: "#contact",
}}
videoSrc="http://img.b2bpic.net/free-photo/crossfit-athlete-doing-exercise-with-barbell_58466-11671.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/crossfit-athlete-doing-exercise-with-barbell_58466-11671.jpg?_wi=2"
/>
</SectionErrorBoundary>
</div>
brand="Build Strength. Build Confidence."
description="Join a fitness community dedicated to helping you achieve your goals through professional guidance, powerful workouts, and consistent progress."
primaryButton={{
text: "Join Today", href: "#contact"}}
secondaryButton={{
text: "Start Free Trial", href: "#contact"}}
videoSrc="http://img.b2bpic.net/free-photo/crossfit-athlete-doing-exercise-with-barbell_58466-11671.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="About Mr Gym"
descriptions={[
"Established in the heart of Multan, we are a premier fitness destination committed to excellence. Our facility at Akbar Tower is designed to provide you with the most effective equipment and environment for your training.",
"Our mission is to provide a motivating and supportive fitness environment where every member can achieve their personal health and fitness goals. Whether you are a beginner or a veteran, Mr Gym is your home for growth.",
]}
/>
</SectionErrorBoundary>
</div>
title="About Mr Gym"
descriptions={[
"Established in the heart of Multan, we are a premier fitness destination committed to excellence. Our facility at Akbar Tower is designed to provide you with the most effective equipment and environment for your training.", "Our mission is to provide a motivating and supportive fitness environment where every member can achieve their personal health and fitness goals. Whether you are a beginner or a veteran, Mr Gym is your home for growth."]}
/>
</SectionErrorBoundary>
</div>
<div id="programs" data-section="programs">
<SectionErrorBoundary name="programs">
<div id="programs" data-section="programs">
<SectionErrorBoundary name="programs">
<FeaturesComparison
tag="Our Programs"
title="Tailored Fitness Solutions"
description="Comprehensive training programs designed for every stage of your fitness journey."
negativeItems={[
"Inconsistent Progress",
"Lack of Motivation",
"Poor Form",
"Unclear Training Path",
"Plateaued Results",
]}
positiveItems={[
"Structured Strength Training",
"Effective Fat Loss",
"Personal Coaching",
"Functional Movement",
"Community Support",
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Programs"
title="Tailored Fitness Solutions"
description="Comprehensive training programs designed for every stage of your fitness journey."
negativeItems={[
"Inconsistent Progress", "Lack of Motivation", "Poor Form", "Unclear Training Path", "Plateaued Results"]}
positiveItems={[
"Structured Strength Training", "Effective Fat Loss", "Personal Coaching", "Functional Movement", "Community Support"]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsFeatureCards
tag="Our Impact"
title="Results You Can Trust"
description="Building a stronger community in Multan, one transformation at a time."
metrics={[
{
value: "168+",
title: "Verified Reviews",
features: [
"High satisfaction",
"Community-vetted",
"Trust & Transparency",
],
},
{
value: "4.0★",
title: "Overall Rating",
features: [
"Excellence in service",
"Member-focused",
"Quality standards",
],
},
{
value: "1000+",
title: "Members Trained",
features: [
"Diverse backgrounds",
"Shared goals",
"Consistent growth",
],
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Impact"
title="Results You Can Trust"
description="Building a stronger community in Multan, one transformation at a time."
metrics={[
{
value: "168+", title: "Verified Reviews", features: [
"High satisfaction", "Community-vetted", "Trust & Transparency"],
},
{
value: "4.0★", title: "Overall Rating", features: [
"Excellence in service", "Member-focused", "Quality standards"],
},
{
value: "1000+", title: "Members Trained", features: [
"Diverse backgrounds", "Shared goals", "Consistent growth"],
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="plans" data-section="plans">
<SectionErrorBoundary name="plans">
<div id="plans" data-section="plans">
<SectionErrorBoundary name="plans">
<PricingCenteredCards
tag="Membership"
title="Select Your Path"
description="Flexible plans to suit your training frequency and goals."
plans={[
{
tag: "Essentials",
price: "Basic",
description: "Perfect for standard gym access.",
features: [
"Full Gym Access",
"Locker Facility",
"Basic Support",
],
primaryButton: {
text: "Choose Basic",
href: "#contact",
},
},
{
tag: "Recommended",
price: "Premium",
description: "Advanced tracking for better results.",
features: [
"Full Gym Access",
"Fitness Assessment",
"Progress Tracking",
"Access to Classes",
],
primaryButton: {
text: "Choose Premium",
href: "#contact",
},
},
{
tag: "Performance",
price: "Elite",
description: "Ultimate personalized fitness experience.",
features: [
"Personal Trainer",
"Nutrition Consultation",
"Custom Workout Plan",
"Monthly Reviews",
],
primaryButton: {
text: "Choose Elite",
href: "#contact",
},
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Membership"
title="Select Your Path"
description="Flexible plans to suit your training frequency and goals."
plans={[
{
tag: "Essentials", price: "Basic", description: "Perfect for standard gym access.", features: [
"Full Gym Access", "Locker Facility", "Basic Support"],
primaryButton: {
text: "Choose Basic", href: "#contact"},
},
{
tag: "Recommended", price: "Premium", description: "Advanced tracking for better results.", features: [
"Full Gym Access", "Fitness Assessment", "Progress Tracking", "Access to Classes"],
primaryButton: {
text: "Choose Premium", href: "#contact"},
},
{
tag: "Performance", price: "Elite", description: "Ultimate personalized fitness experience.", features: [
"Personal Trainer", "Nutrition Consultation", "Custom Workout Plan", "Monthly Reviews"],
primaryButton: {
text: "Choose Elite", href: "#contact"},
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialTrustCard
quote="A motivating environment with supportive trainers and excellent facilities. Great place for anyone serious about fitness."
rating={5}
author="Ali Hassan - Member"
avatars={[
{
name: "Ali H.",
imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-making-cheerful-face_114579-21816.jpg",
},
{
name: "Sara K.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-motivation-business-notes-with-notepad-dark-background-business-work-success-leadership-office-marketing-strategy-teamwork_179666-18246.jpg",
},
{
name: "Zaid B.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-darkskinned-bearded-guy-white-longsleeved-tshirt-blue-shorts-smiles-listens-music-headphones-holds-phone-water-bottle_197531-28705.jpg",
},
{
name: "Fatima N.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-fresh-fruits-inside-plates-with-notepad-white-background-color-tropical-healthy-life-exotic-berry-tree-ripe_140725-135853.jpg",
},
{
name: "Omar A.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-womens-gym-giving-high-five_23-2148419841.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
quote="A motivating environment with supportive trainers and excellent facilities. Great place for anyone serious about fitness."
rating={5}
author="Ali Hassan - Member"
avatars={[
{
name: "Ali H.", imageSrc: "http://img.b2bpic.net/free-photo/young-sportswoman-making-cheerful-face_114579-21816.jpg"},
{
name: "Sara K.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-motivation-business-notes-with-notepad-dark-background-business-work-success-leadership-office-marketing-strategy-teamwork_179666-18246.jpg"},
{
name: "Zaid B.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-darkskinned-bearded-guy-white-longsleeved-tshirt-blue-shorts-smiles-listens-music-headphones-holds-phone-water-bottle_197531-28705.jpg"},
{
name: "Fatima N.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-fresh-fruits-inside-plates-with-notepad-white-background-color-tropical-healthy-life-exotic-berry-tree-ripe_140725-135853.jpg"},
{
name: "Omar A.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-womens-gym-giving-high-five_23-2148419841.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="trainers" data-section="trainers">
<SectionErrorBoundary name="trainers">
<div id="trainers" data-section="trainers">
<SectionErrorBoundary name="trainers">
<TeamStackedCards
tag="Our Experts"
title="Meet The Coaches"
description="Our team of certified professionals is dedicated to your safety, performance, and results."
members={[
{
name: "Coach Ahmed",
role: "Head Trainer",
imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg",
},
{
name: "Coach Sana",
role: "Fitness Expert",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-friends-outdoors_23-2150828896.jpg",
},
{
name: "Coach Bilal",
role: "Strength Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/great-effort-squat-exercise_329181-14103.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Experts"
title="Meet The Coaches"
description="Our team of certified professionals is dedicated to your safety, performance, and results."
members={[
{
name: "Coach Ahmed", role: "Head Trainer", imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg"},
{
name: "Coach Sana", role: "Fitness Expert", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-friends-outdoors_23-2150828896.jpg"},
{
name: "Coach Bilal", role: "Strength Specialist", imageSrc: "http://img.b2bpic.net/free-photo/great-effort-squat-exercise_329181-14103.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Start Today"
text="Join Mr Gym and start your journey towards a stronger, healthier you."
primaryButton={{
text: "Claim Free Trial",
href: "#",
}}
secondaryButton={{
text: "Contact via WhatsApp",
href: "https://wa.me/923451676420",
}}
/>
</SectionErrorBoundary>
</div>
tag="Start Today"
text="Join Mr Gym and start your journey towards a stronger, healthier you."
primaryButton={{
text: "Claim Free Trial", href: "#"}}
secondaryButton={{
text: "Contact via WhatsApp", href: "https://wa.me/923451676420"}}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}