From ad4f2c661beadcbc0fd1833a3bd8204233176d14 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:31:08 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d037a9d..9a61963 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,7 +66,7 @@ export default function AboutPage() { icon: Trophy, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13257.jpg" + imageSrc="http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13257.jpg?_wi=2" imageAlt="BANM Badminton Academy community and facilities" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1 From 7240b30bc6d39f45f297b1db1abb5441253963d4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:31:08 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2c311e1..f5b9c1b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,7 +63,7 @@ export default function ContactPage() { role: "State Champion", company: "Senior Player", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", }, { id: "2", @@ -71,7 +71,7 @@ export default function ContactPage() { role: "Junior Champion", company: "Young Talent", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/angry-girls-holding-badminton-hand-looking-each-other_23-2147904853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/angry-girls-holding-badminton-hand-looking-each-other_23-2147904853.jpg?_wi=2", }, { id: "3", @@ -79,7 +79,7 @@ export default function ContactPage() { role: "Beginner to Intermediate", company: "Student", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-with-racket_23-2149907979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-with-racket_23-2149907979.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1 From 2ca3f281c353a76fbce77921c515659691620669 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:31:09 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c776fd..498384b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { tagIcon={Zap} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg" + imageSrc="http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg?_wi=1" imageAlt="Professional badminton court at BANM Academy" mediaAnimation="slide-up" useInvertedBackground={false} @@ -118,7 +118,7 @@ export default function HomePage() { icon: Award, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13257.jpg" + imageSrc="http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13257.jpg?_wi=1" imageAlt="BANM Badminton Academy facilities and players" mediaAnimation="slide-up" imagePosition="right" @@ -136,7 +136,7 @@ export default function HomePage() { id: "1", title: "Professional Badminton Courts", tags: ["Indoor", "Professional Grade"], - imageSrc: "http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg?_wi=2", imageAlt: "Professional indoor badminton courts", }, { @@ -185,7 +185,7 @@ export default function HomePage() { role: "State Champion", company: "Senior Player", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", }, { id: "2", @@ -193,7 +193,7 @@ export default function HomePage() { role: "Junior Champion", company: "Young Talent", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/angry-girls-holding-badminton-hand-looking-each-other_23-2147904853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/angry-girls-holding-badminton-hand-looking-each-other_23-2147904853.jpg?_wi=1", }, { id: "3", @@ -201,7 +201,7 @@ export default function HomePage() { role: "Beginner to Intermediate", company: "Student", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-with-racket_23-2149907979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-with-racket_23-2149907979.jpg?_wi=1", }, { id: "4", -- 2.49.1