From c18dafe4cfea96322981574d88db198db95ebe07 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 19:34:57 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 303 +++++++++++++++++++---------------------- 1 file changed, 137 insertions(+), 166 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 40cd907..352947e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -13,190 +13,161 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="MULTAN'S ELITE FITNESS" + title="Transform Into Your Best Version" + description="Professional coaching, powerful workouts, and a supportive fitness community designed to help you achieve lasting results." + primaryButton={{ text: "Join Today", href: "#contact" }} + secondaryButton={{ text: "View Membership Plans", href: "#pricing" }} + videoSrc="http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg" + /> +
+
-
- +
+ - -
+ tag="OUR MISSION" + quote="Helping individuals reshape their bodies, build confidence, and create healthier lives through expert guidance and proven fitness systems." + author="Reshape Fitness Team" + role="Multan's Transformation Specialists" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-smiling-training-dark-background_176420-55061.jpg" + /> +
+
-
- +
+ - -
+ tag="WHY RESHAPE" + title="Experience The Difference" + description="We don't just provide equipment; we provide the structure, expertise, and motivation you need to succeed." + negativeItems={["Inconsistent Results", "Lack of Motivation", "Poor Form & Injuries", "Guesswork Planning", "Lack of Professional Advice", "Isolation During Workouts"]} + positiveItems={["Customized Personal Training", "Modern Strength Equipment", "Transformation Success Programs", "Structured Nutrition Guidance", "Expert Coaching & Support", "Community-Driven Environment"]} + /> +
+
-
- +
+ - -
+ tag="MEMBERSHIP PLANS" + title="Invest In Your Potential" + description="Select the plan that aligns with your fitness goals and budget." + plans={[ + { + tag: "Essential", price: "PKR 5,000", description: "Full access to our premium facilities.", features: ["Full Gym Access", "Locker Facilities", "Unlimited Cardio"], + primaryButton: { text: "Join Basic", href: "#contact" } + }, + { + tag: "Performance", price: "PKR 8,500", description: "The perfect balance of guidance and freedom.", features: ["Full Gym Access", "Fitness Assessment", "Group Classes", "Nutritional Basics"], + primaryButton: { text: "Join Premium", href: "#contact" } + }, + { + tag: "Elite", price: "PKR 15,000", description: "Full transformation support with personal attention.", features: ["1-on-1 Personal Trainer", "Custom Workout Plan", "Nutrition Consultation", "Weekly Progress Review"], + primaryButton: { text: "Join Elite", href: "#contact" } + } + ]} + /> +
+
-
- +
+ - -
+ tag="RESULTS MATTER" + title="Our Impact In Numbers" + description="Trusted by hundreds of members across Multan to deliver real physical and mental transformation." + metrics={[ + { value: "500+", title: "Members Trained", description: "People who have started their journey with us.", imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891772.jpg" }, + { value: "120+", title: "Transformations", description: "Lives changed through consistent commitment.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-sportsman-building-biceps-with-dumbbell_651396-294.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="MEET THE EXPERTS" + title="Dedicated Professional Trainers" + description="Meet our team of experienced fitness coaches, dedicated to refining your technique and performance." + groups={[ + { + title: "Head Coaches", members: [ + { name: "Ahmed Raza", role: "Head Trainer", detail: "Certified Specialist in Strength & Conditioning", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg" }, + { name: "Sara Khan", role: "Fitness Coach", detail: "Expert in Weight Loss & Mobility", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-sports-bra_23-2147688063.jpg" }, + { name: "Bilal Ahmed", role: "Transformation Coach", detail: "10+ Years of Experience in Athletic Training", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg" } + ] + } + ]} + /> +
+
-
- +
+ - -
+ tag="MEMBER STORIES" + title="Results You Can Trust" + description="Join our community of hundreds of happy members in Multan." + testimonials={[ + { name: "Hassan", role: "Member", quote: "Excellent trainers, professional environment, and amazing results. One of the best gyms in Gulgasht.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg" }, + { name: "Zoya", role: "Member", quote: "My weight loss journey has been so supported here. Love the group classes!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg" }, + { name: "Farhan", role: "Member", quote: "Modern equipment and clean space. The best transformation gym I've seen.", imageSrc: "http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-21382.jpg" }, + { name: "Ayesha", role: "Member", quote: "Exceptional coaching. I've built so much strength in just 3 months.", imageSrc: "http://img.b2bpic.net/free-photo/energetic-man-with-dark-skin-has-self-confident-facial-expression-aside-holds-bottle-with-water-poses-rocky-terrain-has-sporty-body-with-muscles-fitness-recreation-lifestyle-concept_273609-29675.jpg" }, + { name: "Ali", role: "Member", quote: "Professional team. They really care about your progress and form.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-having-rest-after-exercising_23-2148297526.jpg" } + ]} + /> +
+
- -
- +
+ - -
+ tag="FREE TRIAL" + text="Claim Your Free Fitness Assessment & Trial Session Today. Don't wait for Monday." + primaryButton={{ text: "Claim My Free Trial", href: "https://wa.me/923466222228" }} + secondaryButton={{ text: "Call Now", href: "tel:03466222228" }} + /> +
+
- + ); }