From bcffaad145b336860dba83317697e439104a16a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:36:37 +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 b4c508a..9febc3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { BookOpen, Heart, BookMarked, Compass, Zap, Shield, MessageCircle, Mail } from "lucide-react"; +import { BookOpen, Heart, BookMarked, Compass, Zap, Shield, MessageCircle, Mail, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -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?_wi=1", 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", 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?_wi=2", 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", imageAlt: "Sophia Fernandes"}, ]} />