From 9b6592ce435ba8da80ed58bd818383c3fdef373e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:09:40 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 069f9d1..353be6e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -98,7 +98,7 @@ export default function ContactPage() { tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/confident-business-woman-portrait-smiling-face_53876-137693.jpg", avatarAlt: "Amara Dlamini", - imageSrc: "http://img.b2bpic.net/free-photo/students-taking-photo-each-other-graduation_23-2148201810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/students-taking-photo-each-other-graduation_23-2148201810.jpg?_wi=3", imageAlt: "Students celebrating graduation success", }, { @@ -110,7 +110,7 @@ export default function ContactPage() { tag: "Educator", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", avatarAlt: "Dr. James Mthembu", - imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26844.jpg?_wi=3", imageAlt: "Teacher engaging students in classroom", }, ]} From d33045deb46366efb24a643e0f7586f1708cad6a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:09:40 +0000 Subject: [PATCH 2/4] Update src/app/get-involved/page.tsx --- src/app/get-involved/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/get-involved/page.tsx b/src/app/get-involved/page.tsx index dd0b026..20f7907 100644 --- a/src/app/get-involved/page.tsx +++ b/src/app/get-involved/page.tsx @@ -48,7 +48,7 @@ export default function GetInvolvedPage() { tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/confident-business-woman-portrait-smiling-face_53876-137693.jpg", avatarAlt: "Amara Dlamini", - imageSrc: "http://img.b2bpic.net/free-photo/students-taking-photo-each-other-graduation_23-2148201810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/students-taking-photo-each-other-graduation_23-2148201810.jpg?_wi=2", imageAlt: "Students celebrating graduation success", }, { @@ -60,7 +60,7 @@ export default function GetInvolvedPage() { tag: "Educator", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", avatarAlt: "Dr. James Mthembu", - imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26844.jpg?_wi=2", imageAlt: "Teacher engaging students in classroom", }, { @@ -72,7 +72,7 @@ export default function GetInvolvedPage() { tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", avatarAlt: "Thabo Nkosi", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-partying-outside_23-2149009355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-partying-outside_23-2149009355.jpg?_wi=2", imageAlt: "Students celebrating educational achievements", }, ]} From 7c0be4fec50655a894268cd9f746042ff5d2153b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:09:41 +0000 Subject: [PATCH 3/4] Update src/app/impact/page.tsx --- src/app/impact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/impact/page.tsx b/src/app/impact/page.tsx index f6ffd86..1945775 100644 --- a/src/app/impact/page.tsx +++ b/src/app/impact/page.tsx @@ -95,21 +95,21 @@ export default function ImpactPage() { id: "1", title: "Infrastructure Development", tags: ["Construction", "Facilities"], - imageSrc: "http://img.b2bpic.net/free-photo/architects-hold-building-plan-check-work_1150-24334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architects-hold-building-plan-check-work_1150-24334.jpg?_wi=2", imageAlt: "Modern university building under construction", }, { id: "2", title: "Community Partnerships", tags: ["Engagement", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-join-hands-together-business-teamwork-concept_1150-1805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-join-hands-together-business-teamwork-concept_1150-1805.jpg?_wi=2", imageAlt: "Community members collaborating on educational project", }, { id: "3", title: "Quality Learning Programs", tags: ["Education", "Excellence"], - imageSrc: "http://img.b2bpic.net/free-photo/diversity-group-students-using-laptop-books_53876-64941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diversity-group-students-using-laptop-books_53876-64941.jpg?_wi=2", imageAlt: "Students engaged in interactive learning session", }, ]} From 19722f64f3042dda39a7cd9fda7fca2ae93873b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:09:41 +0000 Subject: [PATCH 4/4] 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 fc27026..2fe2c5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,21 +67,21 @@ export default function HomePage() { id: "1", title: "Infrastructure Development", tags: ["Construction", "Facilities"], - imageSrc: "http://img.b2bpic.net/free-photo/architects-hold-building-plan-check-work_1150-24334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architects-hold-building-plan-check-work_1150-24334.jpg?_wi=1", imageAlt: "Modern university building under construction", }, { id: "2", title: "Community Partnerships", tags: ["Engagement", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-join-hands-together-business-teamwork-concept_1150-1805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-teamwork-join-hands-together-business-teamwork-concept_1150-1805.jpg?_wi=1", imageAlt: "Community members collaborating on educational project", }, { id: "3", title: "Quality Learning Programs", tags: ["Education", "Excellence"], - imageSrc: "http://img.b2bpic.net/free-photo/diversity-group-students-using-laptop-books_53876-64941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diversity-group-students-using-laptop-books_53876-64941.jpg?_wi=1", imageAlt: "Students engaged in interactive learning session", }, ]} @@ -109,7 +109,7 @@ export default function HomePage() { tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/confident-business-woman-portrait-smiling-face_53876-137693.jpg", avatarAlt: "Amara Dlamini", - imageSrc: "http://img.b2bpic.net/free-photo/students-taking-photo-each-other-graduation_23-2148201810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/students-taking-photo-each-other-graduation_23-2148201810.jpg?_wi=1", imageAlt: "Students celebrating graduation success", }, { @@ -121,7 +121,7 @@ export default function HomePage() { tag: "Educator", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", avatarAlt: "Dr. James Mthembu", - imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26844.jpg?_wi=1", imageAlt: "Teacher engaging students in classroom", }, { @@ -133,7 +133,7 @@ export default function HomePage() { tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", avatarAlt: "Thabo Nkosi", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-partying-outside_23-2149009355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-partying-outside_23-2149009355.jpg?_wi=1", imageAlt: "Students celebrating educational achievements", }, {