Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 05:10:04 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"