From cc625d8ec8b8091918aace801f5daa7075efef6e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:06:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7dce4f..2ebe77c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,10 +154,10 @@ export default function LandingPage() { { id: "leadership", groupTitle: "Senior Leadership", members: [ { - id: "1", title: "Dr. Rajesh Kumar", subtitle: "Principal", detail: "principal@dmvalleyschool.edu", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Principal" + id: "1", title: "Dr. Rajesh Kumar", subtitle: "Principal", detail: "principal@dmvalleyschool.edu", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Principal" }, { - id: "2", title: "Ms. Priya Sharma", subtitle: "Vice Principal", detail: "vp@dmvalleyschool.edu", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Vice Principal" + id: "2", title: "Ms. Priya Sharma", subtitle: "Vice Principal", detail: "vp@dmvalleyschool.edu", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Vice Principal" } ] }, @@ -167,7 +167,7 @@ export default function LandingPage() { id: "3", title: "Mr. Vikram Singh", subtitle: "Head of Sciences", detail: "sciences@dmvalleyschool.edu", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Head of Sciences" }, { - id: "4", title: "Mrs. Anjali Patel", subtitle: "Head of Humanities", detail: "humanities@dmvalleyschool.edu", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Head of Humanities" + id: "4", title: "Mrs. Anjali Patel", subtitle: "Head of Humanities", detail: "humanities@dmvalleyschool.edu", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", imageAlt: "Head of Humanities" } ] }