From a900aa8d948427593b9607cc6f9616ae063e405e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:37:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9febc3c..fbcccc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,9 +108,9 @@ export default function LandingPage() { { id: "2", title: "A Life-Changing Experience", quote: "My time at Nirmala Convent shaped me into the person I am today. The discipline, values, and education I received prepared me well for higher studies and professional success.", name: "Priya Desai", role: "Alumni, Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-students-celebrating-their-graduation_23-2148201868.jpg", imageAlt: "Priya Desai"}, { - id: "3", title: "Supportive and Inspiring Teachers", quote: "Every teacher genuinely cares about student progress. They not only teach subjects but also guide us to become better individuals with strong values.", name: "Rahul Kumar", role: "Student, Class 10", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-student-showing-thumbs-up_1169-118.jpg", imageAlt: "Rahul Kumar"}, + id: "3", title: "Supportive and Inspiring Teachers", quote: "Every teacher genuinely cares about student progress. They not only teach subjects but also guide us to become better individuals with strong values.", name: "Rahul Kumar", role: "Student, Class 10", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-student-showing-thumbs-up_1169-118.jpg?_wi=1", imageAlt: "Rahul Kumar"}, { - id: "4", title: "Well-Rounded Development", quote: "The school balances academics with extracurricular activities perfectly. I developed leadership skills through various school activities along with strong academic foundation.", name: "Sophia Fernandes", role: "Student, Class 12", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-student-showing-thumbs-up_1169-118.jpg", imageAlt: "Sophia Fernandes"}, + id: "4", title: "Well-Rounded Development", quote: "The school balances academics with extracurricular activities perfectly. I developed leadership skills through various school activities along with strong academic foundation.", name: "Sophia Fernandes", role: "Student, Class 12", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-student-showing-thumbs-up_1169-118.jpg?_wi=2", imageAlt: "Sophia Fernandes"}, ]} /> -- 2.49.1