diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a5e04f..f07a0b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,16 +121,16 @@ export default function LandingPage() { { id: "core-faculty", groupTitle: "Core Faculty", members: [ { - id: "1", title: "Dr. Sarah Johnson", subtitle: "Head of Science", detail: "PhD in Physics, 15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg", imageAlt: "Dr. Sarah Johnson" + id: "1", title: "Dr. Sarah Johnson", subtitle: "Head of Science", detail: "PhD in Physics, 15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg?_wi=1", imageAlt: "Dr. Sarah Johnson" }, { id: "2", title: "Prof. Michael Chen", subtitle: "Head of Humanities", detail: "MA in Literature, Award-winning educator", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", imageAlt: "Prof. Michael Chen" }, { - id: "3", title: "Dr. Aisha Patel", subtitle: "Head of Technology", detail: "MS in Computer Science, Industry veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg", imageAlt: "Dr. Aisha Patel" + id: "3", title: "Dr. Aisha Patel", subtitle: "Head of Technology", detail: "MS in Computer Science, Industry veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg?_wi=2", imageAlt: "Dr. Aisha Patel" }, { - id: "4", title: "Prof. James Wilson", subtitle: "Director of Student Affairs", detail: "Dedicated to student growth and mentorship", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg", imageAlt: "Prof. James Wilson" + id: "4", title: "Prof. James Wilson", subtitle: "Director of Student Affairs", detail: "Dedicated to student growth and mentorship", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg?_wi=3", imageAlt: "Prof. James Wilson" } ] } @@ -149,7 +149,7 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Emma Rodriguez", role: "Class of 2022", testimonial: "The education I received here laid the perfect foundation for my career. The faculty's mentorship and personalized attention made all the difference in my success.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg", imageAlt: "Emma Rodriguez" + id: "1", name: "Emma Rodriguez", role: "Class of 2022", testimonial: "The education I received here laid the perfect foundation for my career. The faculty's mentorship and personalized attention made all the difference in my success.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg?_wi=1", imageAlt: "Emma Rodriguez" }, { id: "2", name: "Raj Kumari", role: "Class of 2021", testimonial: "This institution provided me with not just knowledge, but confidence and purpose. I'm now leading projects at a top tech company thanks to the skills I developed here.", imageSrc: "http://img.b2bpic.net/free-photo/sensual-student-with-hand-chin_1169-121.jpg", imageAlt: "Raj Kumari" @@ -158,7 +158,7 @@ export default function LandingPage() { id: "3", name: "David Martinez", role: "Class of 2023", testimonial: "The collaborative learning environment and cutting-edge facilities prepared me perfectly for university. I feel ready to tackle any academic challenge.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg", imageAlt: "David Martinez" }, { - id: "4", name: "Sophia Klein", role: "Class of 2020", testimonial: "Beyond academics, I found my passion and purpose here. The holistic approach to education changed my life and I'm grateful every day.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg", imageAlt: "Sophia Klein" + id: "4", name: "Sophia Klein", role: "Class of 2020", testimonial: "Beyond academics, I found my passion and purpose here. The holistic approach to education changed my life and I'm grateful every day.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg?_wi=2", imageAlt: "Sophia Klein" } ]} />