From 854622efac85ef065635ea44f5a74bf9283c75ed Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:21:34 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0eefe4c..73af7aa 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,7 +76,7 @@ export default function AboutPage() { { value: "25+", title: "Years of Excellence" }, { value: "95%", title: "University Acceptance Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multiethnic-scholars-library-engaged-remote-learning-with-their-mentor_482257-125439.jpg?_wi=2" imageAlt="Modern school classroom environment" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -93,16 +93,16 @@ export default function AboutPage() { team={[ { id: "1", name: "Dr. Sarah Johnson", role: "Mathematics Department Head", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg", imageAlt: "Dr. Sarah Johnson"}, + "http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg?_wi=2", imageAlt: "Dr. Sarah Johnson"}, { id: "2", name: "Emily Watson", role: "English Literature", imageSrc: - "http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg", imageAlt: "Emily Watson"}, + "http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg?_wi=2", imageAlt: "Emily Watson"}, { id: "3", name: "Professor James Lee", role: "Science & Biology", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Professor James Lee"}, + "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2", imageAlt: "Professor James Lee"}, { id: "4", name: "Maria Garcia", role: "History & Social Studies", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg", imageAlt: "Maria Garcia"}, + "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg?_wi=2", imageAlt: "Maria Garcia"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -112,7 +112,7 @@ export default function AboutPage() {