From 35048faf0725e1af9e72be018af7ee4977335d7f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:37:33 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */}