diff --git a/src/app/teachers/page.tsx b/src/app/teachers/page.tsx index be610a2..6bdc6b8 100644 --- a/src/app/teachers/page.tsx +++ b/src/app/teachers/page.tsx @@ -79,7 +79,7 @@ export default function TeachersPage() { 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=3", imageAlt: "Dr. Sarah Johnson", }, { @@ -87,7 +87,7 @@ export default function TeachersPage() { 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=3", imageAlt: "Emily Watson", }, { @@ -95,7 +95,7 @@ export default function TeachersPage() { 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=3", imageAlt: "Professor James Lee", }, { @@ -103,7 +103,7 @@ export default function TeachersPage() { 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=3", imageAlt: "Maria Garcia", }, ]} @@ -115,7 +115,7 @@ export default function TeachersPage() {