From 4a27a16b18efa4f0a15b6060fdf54f4131e50f80 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:28:01 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 66df606..60459d7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,7 +66,7 @@ export default function AboutPage() { title: "Dr. Rajesh Kumar", subtitle: "Principal", detail: "rajesh.kumar@nmhs.edu", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Dr. Rajesh Kumar", }, { @@ -74,7 +74,7 @@ export default function AboutPage() { title: "Mrs. Ananya Gupta", subtitle: "Vice Principal", detail: "ananya.gupta@nmhs.edu", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Mrs. Ananya Gupta", }, { @@ -82,7 +82,7 @@ export default function AboutPage() { title: "Mr. Sanjay Verma", subtitle: "Academic Coordinator", detail: "sanjay.verma@nmhs.edu", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", imageAlt: "Mr. Sanjay Verma", }, { @@ -90,7 +90,7 @@ export default function AboutPage() { title: "Dr. Kavita Singh", subtitle: "Counselor & Mentor", detail: "kavita.singh@nmhs.edu", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4", imageAlt: "Dr. Kavita Singh", }, ], @@ -102,7 +102,7 @@ export default function AboutPage() { {/* Footer */}