diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6183379..7690d17 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,7 +39,7 @@ export default function AboutPage() { title="Our School Community" description="Sunnybrook Elementary has served families in our community for over 25 years. We provide a safe, inclusive, and nurturing environment where children develop academically and socially. Our dedicated team of educators is committed to bringing out the best in every student." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3268.jpg?_wi=2" imageAlt="Sunnybrook Elementary School building" buttons={[{ text: "Meet Our Team", href: "/about" }]} useInvertedBackground={false} @@ -56,28 +56,28 @@ export default function AboutPage() { id: "1", name: "Dr. Margaret Chen", role: "Principal", - imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-with-class-register-sitting-school-desk-front-blackboard-classroom-holding-pointer-explaining-lesson-looking-frowningly-with-arms-crossed_141793-131476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-with-class-register-sitting-school-desk-front-blackboard-classroom-holding-pointer-explaining-lesson-looking-frowningly-with-arms-crossed_141793-131476.jpg?_wi=2", imageAlt: "Dr. Margaret Chen, Principal", }, { id: "2", name: "James Morrison", role: "Grade 3-4 Teacher", - imageSrc: "http://img.b2bpic.net/free-photo/congratulations-you-did-test-very-well_637285-8618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/congratulations-you-did-test-very-well_637285-8618.jpg?_wi=2", imageAlt: "James Morrison, Grade 3-4 Teacher", }, { id: "3", name: "Lisa Rodriguez", role: "Reading Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13026.jpg?_wi=2", imageAlt: "Lisa Rodriguez, Reading Specialist", }, { id: "4", name: "David Thompson", role: "School Counselor", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-attractive-light-haired-european-student-girl-with-short-hair-striped-shirt-sitting-university-library-preparing-exams-talking-with-friend_176420-8304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-attractive-light-haired-european-student-girl-with-short-hair-striped-shirt-sitting-university-library-preparing-exams-talking-with-friend_176420-8304.jpg?_wi=2", imageAlt: "David Thompson, School Counselor", }, ]} @@ -121,7 +121,7 @@ export default function AboutPage() {