From 0ff144109a2b4bb3b27a655e0b6a5e33c7570b3f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:58:31 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 77e9ba8..38d070e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -97,7 +97,7 @@ export default function AboutPage() { description: "15+ years of professional boxing experience. National champion and certified trainer specializing in competitive preparation.", imageSrc: - "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg", + "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg?_wi=1", imageAlt: "Raj Kumar, Head Coach", socialLinks: [ { icon: Instagram, url: "https://instagram.com" }, @@ -110,7 +110,7 @@ export default function AboutPage() { description: "Expert in women's boxing and fitness. 8 years of coaching experience with focus on technique and strength building.", imageSrc: - "http://img.b2bpic.net/free-photo/trainer-practicing-with-female-boxer-protective-gloves_23-2148426220.jpg", + "http://img.b2bpic.net/free-photo/trainer-practicing-with-female-boxer-protective-gloves_23-2148426220.jpg?_wi=1", imageAlt: "Priya Sharma, Senior Trainer", socialLinks: [ { icon: Instagram, url: "https://instagram.com" }, @@ -123,7 +123,7 @@ export default function AboutPage() { description: "Specializes in conditioning and cardio training. Certified fitness expert committed to building athlete endurance and power.", imageSrc: - "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg", + "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg?_wi=2", imageAlt: "Amit Patel, Fitness Coach", socialLinks: [ { icon: Instagram, url: "https://instagram.com" }, -- 2.49.1 From d8bef0284ab433abfaafe63d1d3fc999f75ff6bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:58:32 +0000 Subject: [PATCH 2/5] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index ea9a80c..a6ac873 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -79,7 +79,7 @@ export default function ClassesPage() { "Learn the fundamentals of boxing including proper stance, footwork, punching techniques, and basic combinations. Our beginner classes run daily at 6:30 AM, 12:00 PM, and 5:00 PM with certified instructors. No experience necessary.", tags: ["Beginner", "Fundamentals", "Daily Sessions"], imageSrc: - "http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363737.jpg", + "http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363737.jpg?_wi=2", imageAlt: "Beginner boxing class", }, { @@ -90,7 +90,7 @@ export default function ClassesPage() { "Intensive training for experienced boxers focusing on advanced techniques, competitive strategies, and ring conditioning. Sessions include heavy bag work, sparring, and personalized coaching. Available by appointment for members with 3+ months experience.", tags: ["Advanced", "Competitive", "Intensive"], imageSrc: - "http://img.b2bpic.net/free-photo/side-view-male-trainer-practicing-with-female-boxer-protective-gloves_23-2148426206.jpg", + "http://img.b2bpic.net/free-photo/side-view-male-trainer-practicing-with-female-boxer-protective-gloves_23-2148426206.jpg?_wi=2", imageAlt: "Advanced boxing training", }, ]} -- 2.49.1 From 7ae87ed6a218b1e40d0375fcc1acaa9760de6c80 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:58:34 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6ad5c7..1fcec68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function HomePage() { "Learn the fundamentals of boxing including proper stance, footwork, punching techniques, and basic combinations. Our beginner classes run daily at 6:30 AM, 12:00 PM, and 5:00 PM with certified instructors.", tags: ["Beginner", "Fundamentals", "Daily Sessions"], imageSrc: - "http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363737.jpg", + "http://img.b2bpic.net/free-photo/side-view-coach-helping-girl_23-2150363737.jpg?_wi=1", imageAlt: "Beginner boxing class", }, { @@ -135,7 +135,7 @@ export default function HomePage() { "Intensive training for experienced boxers focusing on advanced techniques, competitive strategies, and ring conditioning. Sessions include heavy bag work, sparring, and personalized coaching. Available by appointment.", tags: ["Advanced", "Competitive", "Intensive"], imageSrc: - "http://img.b2bpic.net/free-photo/side-view-male-trainer-practicing-with-female-boxer-protective-gloves_23-2148426206.jpg", + "http://img.b2bpic.net/free-photo/side-view-male-trainer-practicing-with-female-boxer-protective-gloves_23-2148426206.jpg?_wi=1", imageAlt: "Advanced boxing training", }, ]} -- 2.49.1 From f381baa7995cc0a52cb9380a9c6a1b75d0c8301d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:58:35 +0000 Subject: [PATCH 4/5] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 70fd8a0..f82d366 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -79,7 +79,7 @@ export default function ReviewsPage() { "The trainers at Iron Fist are professional and motivating. They've transformed my fitness and boxing skills in just 3 months!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Arjun Nair", }, { @@ -90,7 +90,7 @@ export default function ReviewsPage() { "Fantastic facility with supportive community. The beginner classes are perfectly designed for newcomers like me.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Sophia Rai", }, { @@ -101,7 +101,7 @@ export default function ReviewsPage() { "Best boxing gym in Banepa! Raj Kumar's coaching is exceptional. Highly recommend for anyone serious about boxing.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Vikram Thapa", }, { @@ -112,7 +112,7 @@ export default function ReviewsPage() { "Great atmosphere and excellent instruction. The variety of classes suits all levels. Been training here for 6 months and love it!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", + "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Neha Prabhu", }, { @@ -123,7 +123,7 @@ export default function ReviewsPage() { "The equipment is top-notch and the coaches really care about your progress. Amazing value for membership.", rating: 4, imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4", imageAlt: "Rohan Kapoor", }, { @@ -134,7 +134,7 @@ export default function ReviewsPage() { "Transformed my confidence and strength. The trainers push you to be better every single session!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", + "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Anjali Singh", }, ]} -- 2.49.1 From 2957281ac1972d6fd92668ffa9bf1e61c1c1c899 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:58:36 +0000 Subject: [PATCH 5/5] Update src/app/trainers/page.tsx --- src/app/trainers/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/trainers/page.tsx b/src/app/trainers/page.tsx index b911ca6..a27d780 100644 --- a/src/app/trainers/page.tsx +++ b/src/app/trainers/page.tsx @@ -79,7 +79,7 @@ export default function TrainersPage() { description: "15+ years of professional boxing experience. National champion and certified trainer specializing in competitive preparation.", imageSrc: - "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg", + "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg?_wi=3", imageAlt: "Raj Kumar, Head Coach", socialLinks: [ { icon: Instagram, url: "https://instagram.com" }, @@ -92,7 +92,7 @@ export default function TrainersPage() { description: "Expert in women's boxing and fitness. 8 years of coaching experience with focus on technique and strength building.", imageSrc: - "http://img.b2bpic.net/free-photo/trainer-practicing-with-female-boxer-protective-gloves_23-2148426220.jpg", + "http://img.b2bpic.net/free-photo/trainer-practicing-with-female-boxer-protective-gloves_23-2148426220.jpg?_wi=2", imageAlt: "Priya Sharma, Senior Trainer", socialLinks: [ { icon: Instagram, url: "https://instagram.com" }, @@ -105,7 +105,7 @@ export default function TrainersPage() { description: "Specializes in conditioning and cardio training. Certified fitness expert committed to building athlete endurance and power.", imageSrc: - "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg", + "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg?_wi=4", imageAlt: "Amit Patel, Fitness Coach", socialLinks: [ { icon: Instagram, url: "https://instagram.com" }, -- 2.49.1