From 5a3cc46d33c68b20c4c9564171f9975f6c0fa296 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:10:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d499cab..9dae9e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { description="A Holistic Learning Environment" subdescription="Boarding School for All-Round Development" icon={BookOpen} - imageSrc="http://img.b2bpic.net/free-photo/smiling-student-posing-flirty_23-2147663874.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-student-posing-flirty_23-2147663874.jpg?_wi=1" imageAlt="Gurukul students in traditional learning environment" mediaAnimation="slide-up" useInvertedBackground={false} @@ -81,13 +81,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Smart Classrooms", description: "Advanced technology-enabled learning spaces with interactive digital boards and modern pedagogical tools", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-boy-glasses-rising-hand-answer-lesson_74855-10276.jpg", imageAlt: "Smart classroom with technology"}, + title: "Smart Classrooms", description: "Advanced technology-enabled learning spaces with interactive digital boards and modern pedagogical tools", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-boy-glasses-rising-hand-answer-lesson_74855-10276.jpg?_wi=1", imageAlt: "Smart classroom with technology"}, { id: 2, title: "Hostel Accommodation", description: "Safe, comfortable residential spaces fostering community, discipline, and independent living skills", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-putting-her-books-her-backpack_23-2148672224.jpg", imageAlt: "School hostel facilities"}, { id: 3, - title: "Science Laboratories", description: "State-of-the-art labs for Physics, Chemistry, and Biology with hands-on experimental learning", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-chemist-taking-some-notes-about-chemicals_140725-37573.jpg", imageAlt: "Science laboratory"}, + title: "Science Laboratories", description: "State-of-the-art labs for Physics, Chemistry, and Biology with hands-on experimental learning", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-chemist-taking-some-notes-about-chemicals_140725-37573.jpg?_wi=1", imageAlt: "Science laboratory"}, { id: 4, title: "Sports Ground", description: "Expansive athletic facilities for cricket, football, badminton, volleyball, and outdoor activities", imageSrc: "http://img.b2bpic.net/free-photo/women-playing-together-basketball-game_23-2148773281.jpg", imageAlt: "School sports ground"}, @@ -106,11 +106,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "primary", name: "Primary Education", price: "Strong Foundation", variant: "Classes I-V", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-boy-glasses-rising-hand-answer-lesson_74855-10276.jpg", imageAlt: "Primary education classroom"}, + id: "primary", name: "Primary Education", price: "Strong Foundation", variant: "Classes I-V", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-boy-glasses-rising-hand-answer-lesson_74855-10276.jpg?_wi=2", imageAlt: "Primary education classroom"}, { - id: "middle", name: "Middle School", price: "Progressive Learning", variant: "Classes VI-VIII", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-chemist-taking-some-notes-about-chemicals_140725-37573.jpg", imageAlt: "Middle school learning"}, + id: "middle", name: "Middle School", price: "Progressive Learning", variant: "Classes VI-VIII", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-chemist-taking-some-notes-about-chemicals_140725-37573.jpg?_wi=2", imageAlt: "Middle school learning"}, { - id: "senior", name: "Senior Secondary", price: "Excellence Track", variant: "Classes IX-XII", imageSrc: "http://img.b2bpic.net/free-photo/smiling-student-posing-flirty_23-2147663874.jpg", imageAlt: "Senior secondary education"}, + id: "senior", name: "Senior Secondary", price: "Excellence Track", variant: "Classes IX-XII", imageSrc: "http://img.b2bpic.net/free-photo/smiling-student-posing-flirty_23-2147663874.jpg?_wi=2", imageAlt: "Senior secondary education"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"