From a91b988e76d90c0dc6f73a6be279c1151f7d55a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:25:42 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0fa411e..c954501 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -139,7 +139,7 @@ export default function AboutPage() { name: "Dr. Rachel Wong", role: "Program Director", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", + "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2", imageAlt: "Dr. Rachel Wong", }, { @@ -147,7 +147,7 @@ export default function AboutPage() { name: "Prof. Michael Chen", role: "Senior Instructor", imageSrc: - "http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg", + "http://img.b2bpic.net/free-photo/row-serious-business-people-using-laptops-sitting-one-table-typing_74855-10362.jpg?_wi=2", imageAlt: "Prof. Michael Chen", }, { @@ -155,7 +155,7 @@ export default function AboutPage() { name: "Dr. Sophia Martinez", role: "Curriculum Lead", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-front-her-team-giving-presentation_23-2147923345.jpg?_wi=2", imageAlt: "Dr. Sophia Martinez", }, { @@ -163,7 +163,7 @@ export default function AboutPage() { name: "Prof. James Anderson", role: "Industry Liaison", imageSrc: - "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg", + "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg?_wi=2", imageAlt: "Prof. James Anderson", }, ]} @@ -179,7 +179,7 @@ export default function AboutPage() {