diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 0a22da8..cdb6b5a 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -11,231 +11,150 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ 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"
+ />
+
+
-
-
+
+ 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."]}
+ />
+
+
-
-
+
+
-
-
+ 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"]}
+ />
+
+
-
-
+
+
-
-
+ 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"],
+ },
+ ]}
+ />
+
+
-
-
+
+ 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"},
+ },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ 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"},
+ ]}
+ />
+
+
-
-
+
+
-
-
+ 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"},
+ ]}
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file