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 */}