From 3861bb499cb701321e4c46d0e3d9054a2a50aaea Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:57:41 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40d17d6..2e66301 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/african-children-enjoying-life_23-2151447345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-children-enjoying-life_23-2151447345.jpg?_wi=1", imageAlt: "Uganda community children empowerment", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { description: "Sustainability through support.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-collecting-food_23-2149182019.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-collecting-food_23-2149182019.jpg?_wi=1" imageAlt="diverse children learning together" mediaAnimation="slide-up" /> @@ -220,7 +220,7 @@ export default function LandingPage() { quote: "Because of Same Chance, I can now go to school.", tag: "Education", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-girl-smiling_23-2149284172.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/african-children-enjoying-life_23-2151447345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-children-enjoying-life_23-2151447345.jpg?_wi=2", imageAlt: "happy student portrait classroom", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { quote: "Because of Same Chance, I can now go to school.", tag: "Education", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-kid-cheating-school_23-2150256535.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-collecting-food_23-2149182019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-collecting-food_23-2149182019.jpg?_wi=2", imageAlt: "happy student portrait classroom", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "Because of Same Chance, I can now go to school.", tag: "Education", avatarSrc: "http://img.b2bpic.net/free-photo/happy-pretty-young-woman-enjoying-nature-city-park_1262-20563.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/children-reading-book-together-library_23-2148694833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/children-reading-book-together-library_23-2148694833.jpg?_wi=1", imageAlt: "happy student portrait classroom", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "Because of Same Chance, I can now go to school.", tag: "Education", avatarSrc: "http://img.b2bpic.net/free-photo/boy-standing-class-looking-camera_259150-60216.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dancing-mother-daughter-looking-camera_23-2147807939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dancing-mother-daughter-looking-camera_23-2147807939.jpg?_wi=1", imageAlt: "happy student portrait classroom", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { quote: "Because of Same Chance, I can now go to school.", tag: "Education", avatarSrc: "http://img.b2bpic.net/free-photo/pleasant-sincere-happy-ginger-girl-blue-eyes-tilting-head-grinning-happily-laughing-stay-positive-lucky-spend-time-best-friends-receive-praises-compliments-good-job-smiling-delighted-blue-background_1258-307625.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-plastic-water-bottle-human-hand-perfect-water-waste-concept_181624-46747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-plastic-water-bottle-human-hand-perfect-water-waste-concept_181624-46747.jpg?_wi=1", imageAlt: "happy student portrait classroom", }, ]} -- 2.49.1 From 719ffbee491dff495a251a535839b60afec53495 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:57:41 +0000 Subject: [PATCH 2/2] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index c349288..fc7c0b7 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -57,21 +57,21 @@ export default function LandingPage() { name: "Education Initiative", price: "Active", variant: "Education", - imageSrc: "http://img.b2bpic.net/free-photo/children-reading-book-together-library_23-2148694833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/children-reading-book-together-library_23-2148694833.jpg?_wi=2", }, { id: "pr2", name: "Community Clinic", price: "Active", variant: "Health", - imageSrc: "http://img.b2bpic.net/free-photo/dancing-mother-daughter-looking-camera_23-2147807939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dancing-mother-daughter-looking-camera_23-2147807939.jpg?_wi=2", }, { id: "pr3", name: "Water Wells", price: "Active", variant: "Infrastructure", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-plastic-water-bottle-human-hand-perfect-water-waste-concept_181624-46747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-plastic-water-bottle-human-hand-perfect-water-waste-concept_181624-46747.jpg?_wi=2", }, { id: "pr4", -- 2.49.1