diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f98a42c..4a3c7c7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -124,7 +124,7 @@ export default function AboutPage() { name: "Mrs. Hina Syed", role: "Parent of Grade 5 Student", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", + "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", imageAlt: "Parent testimonial", }, { @@ -135,7 +135,7 @@ export default function AboutPage() { name: "Mr. Tariq Malik", role: "Parent of Grade 8 Student", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Parent testimonial", }, { @@ -146,7 +146,7 @@ export default function AboutPage() { name: "Dr. Amna Zahid", role: "Parent of Grade 3 Student", imageSrc: - "http://img.b2bpic.net/free-photo/joyful-mother-with-her-son-husband_1098-918.jpg", + "http://img.b2bpic.net/free-photo/joyful-mother-with-her-son-husband_1098-918.jpg?_wi=3", imageAlt: "Parent testimonial", }, ]} @@ -158,7 +158,7 @@ export default function AboutPage() { {/* Footer */}