From de5ad8ad1aad4100da57e5edaa96343fc483ac28 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 17 Jun 2026 12:23:49 +0000 Subject: [PATCH 1/3] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 35236fa..3320faf 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -44,6 +44,7 @@ export default function Layout() { Date: Wed, 17 Jun 2026 12:23:58 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 75 ++++++++++++--------------------------- 1 file changed, 22 insertions(+), 53 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3320faf..9592ef7 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,71 +8,40 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Home", - "href": "#hero" - }, - { - "name": "Programs", - "href": "#programs" - }, - { - "name": "Trainers", - "href": "#trainers" - }, - { - "name": "Pricing", - "href": "#pricing" - }, - { - "name": "Contact", - "href": "#contact" - }, - { - "name": "Why Us", - "href": "#why-us" - }, - { - "name": "Testimonials", - "href": "#testimonials" - } -]; + { "name": "Home", "href": "#hero" }, + { "name": "Programs", "href": "#programs" }, + { "name": "Trainers", "href": "#trainers" }, + { "name": "Pricing", "href": "#pricing" }, + { "name": "Contact", "href": "#contact" }, + { "name": "Why Us", "href": "#why-us" }, + { "name": "Testimonials", "href": "#testimonials" } + ]; return ( + logo="Get Fit" + logoImageSrc="http://img.b2bpic.net/free-photo/woman-leans-inflated-fitball-has-fintess-training-home-gym-has-combed-pony-tail-wears-sportsclothes-leads-healthy-lifestyle-isolated-pink_273609-52889.jpg" + ctaButton={{ + text: "Join Now", href: "#contact"}} + navItems={navItems} + />
+ brand="Get Fit Ladies Gym Sialkot" + copyright="© 2024 Get Fit Ladies Gym. All rights reserved." + socialLinks={[ + { icon: "Facebook", href: "#" }, + { icon: "Instagram", href: "#" }, + { icon: "Phone", href: "tel:+923424861918" }, + ]} + />
); -- 2.49.1 From bddd09c94e4de7f996377e7f85d2a781f9020286 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 12:23:59 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 396 ++++++++++++----------------------------- 1 file changed, 113 insertions(+), 283 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e0f102f..23831b8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,304 +12,134 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Get Fit Ladies Gym Sialkot" + title="Strong Women. Healthy Lives. Confident You." + description="Join Get Fit Ladies Gym Sialkot and achieve your fitness goals in a safe, supportive, and empowering environment." + primaryButton={{ text: "Join Now", href: "#contact" }} + secondaryButton={{ text: "Book Consultation", href: "#contact" }} + items={[ + { imageSrc: "http://img.b2bpic.net/free-photo/friends-wearing-casual-clothes-being-together_23-2148694121.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-trendy-girl-with-waving-hair-wearing-black-top-blue-shirt-is-holding-sunglasses-looking-aside-while-walking-sunny-street-with-exotic-plants-background_291650-2665.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/equipment-rehabilitation-interior-physiotherapy-clinic_1139-1203.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/strong-woman-exercising-with-barbell-sports-fitness-concept_1153-7408.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-fitness-equipment-gym-room-interior_74190-6113.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/blurred-view-exercise-machines_1203-949.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Services" + title="Tailored Fitness Programs" + description="Designed by women, for women to ensure privacy, comfort, and professional results." + items={[ + { title: "Weight Loss", description: "Science-backed plans for lasting transformation.", imageSrc: "http://img.b2bpic.net/free-photo/health-wellness-diet-exercise-organic-concept_53876-133908.jpg" }, + { title: "Cardio Training", description: "High-energy sessions to boost heart health.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-sportswear-training-exercise-bike-modern-fitness-center_613910-5771.jpg" }, + { title: "Strength Training", description: "Build confidence and body strength.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-lifting-weights-sunny-gym_23-2152033102.jpg" }, + { title: "Body Toning", description: "Sculpt and shape your physique.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-fitness-with-equipment_23-2151921061.jpg" }, + { title: "Nutrition Coaching", description: "Guidance to fuel your body correctly.", 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" }, + { title: "Personal Training", description: "One-on-one expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/people-gym-talking-making-exercise-plans_23-2149175367.jpg" }, + { title: "Yoga Wellness", description: "Find balance, flexibility, and peace.", imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-word-phrase-mix_53876-121389.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Why Us" + title="A Private Sanctuary for Wellness" + description="We understand that fitness is more than just working out; it's about building a supportive community." + items={[ + { icon: "Shield", title: "100% Private Space", description: "Designed exclusively for women." }, + { icon: "Heart", title: "Supportive Community", description: "Connect with empowering individuals." }, + { icon: "Award", title: "Expert Guidance", description: "Professional trainers on every step." } + ]} + imageSrc="http://img.b2bpic.net/free-photo/athletic-brunette-woman-pink-shirt-sitting-wooden-box-holding-dumbell_613910-7996.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Experts" + title="Meet Your Fitness Coaches" + groups={[ + { + title: "Professional Trainers", members: [ + { name: "Sarah Ahmed", role: "Head Trainer", detail: "10+ years of experience in personal training and body transformation.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sports-woman-standing-with-arms-folded_231208-352.jpg" }, + { name: "Fatima Noor", role: "Yoga Specialist", detail: "Certified wellness coach with deep expertise in meditation and flexibility.", imageSrc: "http://img.b2bpic.net/free-photo/young-women-gym-talking_23-2148419847.jpg" }, + { name: "Hina Qureshi", role: "Strength Coach", detail: "Specialist in powerlifting and functional strength for women.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-gym-talking-each-other_23-2148419892.jpg" } + ] + } + ]} + /> +
+
-
- +
+ - -
+ tag="Membership" + title="Choose Your Fitness Journey" + description="Flexible plans designed to fit your busy schedule and goals." + plans={[ + { tag: "Monthly", price: "PKR 5,000", description: "Perfect for testing the waters.", features: ["Full access", "Cardio machines", "Basic nutrition advice"], primaryButton: { text: "Select", href: "#contact" } }, + { tag: "Quarterly", price: "PKR 13,000", description: "Ideal for consistency.", features: ["Full access", "Unlimited classes", "Personal assessment"], highlight: "Best Value", primaryButton: { text: "Select", href: "#contact" } }, + { tag: "Annual", price: "PKR 45,000", description: "For serious commitment.", features: ["Full access", "Unlimited classes", "Personal training included"], primaryButton: { text: "Select", href: "#contact" } } + ]} + /> +
+
-
- +
+ - -
+ tag="Member Stories" + title="Empowering Success" + testimonials={[ + { name: "Ayesha B.", role: "Member", quote: "Finally a safe, clean space in Sialkot! Love the atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg" }, + { name: "Zara M.", role: "Member", quote: "The trainers are super supportive and professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-girl-lying-rubber-mat-warmup-before-workout-doing-pilates-exercises-home_1258-199535.jpg" }, + { name: "Mariam K.", role: "Member", quote: "I've lost 5kg in 2 months, so proud of this gym!", imageSrc: "http://img.b2bpic.net/free-photo/athletic-muscular-man-training-gymnastics-gym_23-2150809429.jpg" }, + { name: "Sana L.", role: "Member", quote: "The best place to build strength without pressure.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19218.jpg" }, + { name: "Fatima S.", role: "Member", quote: "Highly recommended for every lady looking to stay fit.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567317.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Questions?" + title="Frequently Asked" + description="Get answers to common queries." + categories={[ + { name: "Membership", items: [{ question: "Can I bring a friend?", answer: "Yes, we offer trial passes for new members." }, { question: "Do you have parking?", answer: "Yes, secure parking is available for members." }] }, + { name: "Fitness", items: [{ question: "Are trainers always available?", answer: "Yes, our certified trainers are on the floor during all hours." }, { question: "Is it safe?", answer: "We prioritize 100% privacy and security." }] } + ]} + /> +
+
-
- +
+ - -
+ tag="Join Now" + text="Start your journey with Get Fit Ladies Gym Sialkot today." + primaryButton={{ text: "WhatsApp Us", href: "https://wa.me/923424861918" }} + secondaryButton={{ text: "Book Consultation", href: "#" }} + /> +
+
); } -- 2.49.1