diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 84c5cbb..6fdae1b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,7 +79,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" useInvertedBackground={false} @@ -98,7 +98,7 @@ export default function AboutPage() { name: "Dr. Sarah Johnson", role: "Mathematics Department Head", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg", + "http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg?_wi=2", imageAlt: "Dr. Sarah Johnson", }, { @@ -106,7 +106,7 @@ export default function AboutPage() { name: "Emily Watson", role: "English Literature", imageSrc: - "http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg", + "http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1324.jpg?_wi=2", imageAlt: "Emily Watson", }, { @@ -114,7 +114,7 @@ export default function AboutPage() { name: "Professor James Lee", role: "Science & Biology", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", + "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=2", imageAlt: "Professor James Lee", }, { @@ -122,7 +122,7 @@ export default function AboutPage() { name: "Maria Garcia", role: "History & Social Studies", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg", + "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg?_wi=2", imageAlt: "Maria Garcia", }, ]} @@ -134,7 +134,7 @@ export default function AboutPage() {