diff --git a/src/app/page.tsx b/src/app/page.tsx index 8122936..3bb9afb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,16 +108,16 @@ export default function LandingPage() { description="Passionate educators committed to student success and fostering a love of learning." members={[ { - id: "1", name: "Dr. Sarah Mitchell", role: "Principal", description: "20+ years in education leadership, dedicated to creating an inclusive and innovative learning environment.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Sarah Mitchell", socialLinks: [{ icon: Mail, url: "mailto:smitchell@lincolnhs.edu" }], + id: "1", name: "Dr. Sarah Mitchell", role: "Principal", description: "20+ years in education leadership, dedicated to creating an inclusive and innovative learning environment.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Dr. Sarah Mitchell", socialLinks: [{ icon: Mail, url: "mailto:smitchell@lincolnhs.edu" }], }, { - id: "2", name: "James Rodriguez", role: "Head of STEM", description: "Physics teacher and innovator bringing real-world applications to the classroom through project-based learning.", imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-glasses-class_23-2148665899.jpg", imageAlt: "James Rodriguez", socialLinks: [{ icon: Mail, url: "mailto:jrodriguez@lincolnhs.edu" }], + id: "2", name: "James Rodriguez", role: "Head of STEM", description: "Physics teacher and innovator bringing real-world applications to the classroom through project-based learning.", imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-glasses-class_23-2148665899.jpg?_wi=1", imageAlt: "James Rodriguez", socialLinks: [{ icon: Mail, url: "mailto:jrodriguez@lincolnhs.edu" }], }, { - id: "3", name: "Emily Chen", role: "English Department Chair", description: "Literature specialist fostering critical analysis and creative writing skills in all students.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Emily Chen", socialLinks: [{ icon: Mail, url: "mailto:echen@lincolnhs.edu" }], + id: "3", name: "Emily Chen", role: "English Department Chair", description: "Literature specialist fostering critical analysis and creative writing skills in all students.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Emily Chen", socialLinks: [{ icon: Mail, url: "mailto:echen@lincolnhs.edu" }], }, { - id: "4", name: "Michael Johnson", role: "Athletics Director", description: "Former collegiate athlete dedicated to building championship teams and developing student athletes.", imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-glasses-class_23-2148665899.jpg", imageAlt: "Michael Johnson", socialLinks: [{ icon: Mail, url: "mailto:mjohnson@lincolnhs.edu" }], + id: "4", name: "Michael Johnson", role: "Athletics Director", description: "Former collegiate athlete dedicated to building championship teams and developing student athletes.", imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-glasses-class_23-2148665899.jpg?_wi=2", imageAlt: "Michael Johnson", socialLinks: [{ icon: Mail, url: "mailto:mjohnson@lincolnhs.edu" }], }, ]} gridVariant="uniform-all-items-equal" @@ -131,13 +131,13 @@ export default function LandingPage() {