Update src/app/page.tsx

This commit is contained in:
2026-03-11 15:44:32 +00:00
parent f8bfade62c
commit e383959e2e

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Explore Programs", href: "features" },
{ text: "Enroll Now", href: "contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/yong-women-posing-near-modern-wall_23-2147771315.jpg"
imageSrc="http://img.b2bpic.net/free-photo/yong-women-posing-near-modern-wall_23-2147771315.jpg?_wi=1"
imageAlt="Modern school building with students"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -74,7 +74,7 @@ export default function LandingPage() {
title: "Holistic Development", description: "Programs designed to nurture academic excellence, creativity, and character development.", icon: Lightbulb
}
]}
imageSrc="http://img.b2bpic.net/free-photo/smart-teen-girl-reading-near-bookcase_23-2147864030.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smart-teen-girl-reading-near-bookcase_23-2147864030.jpg?_wi=1"
imageAlt="Students collaborating in modern classroom"
mediaAnimation="slide-up"
buttons={[
@@ -140,13 +140,13 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
id: "1", name: "Dr. Patricia Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", imageAlt: "Dr. Patricia Johnson, School Principal"
id: "1", name: "Dr. Patricia Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg?_wi=1", imageAlt: "Dr. Patricia Johnson, School Principal"
},
{
id: "2", name: "Mr. David Chen", imageSrc: "http://img.b2bpic.net/free-photo/senior-male-professor-with-arms-crossed-standing-against-chalkboard_23-2148200953.jpg", imageAlt: "Mr. David Chen, Head of Academics"
id: "2", name: "Mr. David Chen", imageSrc: "http://img.b2bpic.net/free-photo/senior-male-professor-with-arms-crossed-standing-against-chalkboard_23-2148200953.jpg?_wi=1", imageAlt: "Mr. David Chen, Head of Academics"
},
{
id: "3", name: "Ms. Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Ms. Emily Rodriguez, Student Services Director"
id: "3", name: "Ms. Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg?_wi=1", imageAlt: "Ms. Emily Rodriguez, Student Services Director"
}
]}
/>
@@ -161,16 +161,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Transforming My Future", quote: "The teachers here genuinely care about every student's success. The support I received helped me achieve my academic goals and get into my dream university.", name: "Marcus Thompson", role: "Class of 2024, Engineering Major", imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-sitting-desk-classroom_23-2148166284.jpg", imageAlt: "Marcus Thompson"
id: "1", title: "Transforming My Future", quote: "The teachers here genuinely care about every student's success. The support I received helped me achieve my academic goals and get into my dream university.", name: "Marcus Thompson", role: "Class of 2024, Engineering Major", imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-sitting-desk-classroom_23-2148166284.jpg?_wi=1", imageAlt: "Marcus Thompson"
},
{
id: "2", title: "A Second Home", quote: "Beyond academics, the school has helped me develop confidence and friendships that will last a lifetime. The community here is truly special.", name: "Sofia Patel", role: "Class of 2025, Arts & Honors", imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-smiling-with-book-head_23-2148208755.jpg", imageAlt: "Sofia Patel"
id: "2", title: "A Second Home", quote: "Beyond academics, the school has helped me develop confidence and friendships that will last a lifetime. The community here is truly special.", name: "Sofia Patel", role: "Class of 2025, Arts & Honors", imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-smiling-with-book-head_23-2148208755.jpg?_wi=1", imageAlt: "Sofia Patel"
},
{
id: "3", title: "Preparing Me for Life", quote: "The programs here don't just prepare you for exams—they prepare you for life. I learned critical thinking skills that I use every day.", name: "James Williams", role: "Class of 2024, Business Studies", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-traveling_23-2148999101.jpg", imageAlt: "James Williams"
id: "3", title: "Preparing Me for Life", quote: "The programs here don't just prepare you for exams—they prepare you for life. I learned critical thinking skills that I use every day.", name: "James Williams", role: "Class of 2024, Business Studies", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-traveling_23-2148999101.jpg?_wi=1", imageAlt: "James Williams"
},
{
id: "4", title: "Excellence in Every Way", quote: "My daughter has flourished both academically and personally. The teachers go above and beyond to ensure each student's success.", name: "Margaret Lee", role: "Parent, Class of 2025", imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg", imageAlt: "Margaret Lee"
id: "4", title: "Excellence in Every Way", quote: "My daughter has flourished both academically and personally. The teachers go above and beyond to ensure each student's success.", name: "Margaret Lee", role: "Parent, Class of 2025", imageSrc: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg?_wi=1", imageAlt: "Margaret Lee"
}
]}
/>