Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-15 11:57:20 +00:00

View File

@@ -95,7 +95,7 @@ export default function HomePage() {
tag="Welcome to Excellence"
tagIcon={Sparkles}
tagAnimation="slide-up"
background="gradient-bars"
background={{ variant: "gradient-bars" }}
buttons={[
{ text: "Student Login", href: "#student-portal" },
{ text: "Parent Login", href: "#parent-portal" },
@@ -111,7 +111,7 @@ export default function HomePage() {
handle: "Parent",
testimonial: "Outstanding educational standards and caring faculty. My child has flourished here.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-writing-homework-while-mother-is-trying-explain-her-assignment_637285-9338.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-writing-homework-while-mother-is-trying-explain-her-assignment_637285-9338.jpg",
imageAlt: "Parent Student Meeting",
},
{
@@ -127,7 +127,7 @@ export default function HomePage() {
handle: "Parent",
testimonial: "Excellent discipline and character building. Best decision for my son's future.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-writing-homework-while-mother-is-trying-explain-her-assignment_637285-9338.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-writing-homework-while-mother-is-trying-explain-her-assignment_637285-9338.jpg",
imageAlt: "Parent Student Meeting",
},
]}
@@ -184,7 +184,7 @@ export default function HomePage() {
author: "Athletics Division",
description: "Expansive outdoor sports ground with facilities for cricket, football, basketball, volleyball, and athletics training.",
tags: ["Sports", "Recreation", "Wellness"],
imageSrc: "http://img.b2bpic.net/free-photo/girls-playing-volleyball_23-2149451025.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/girls-playing-volleyball_23-2149451025.jpg",
imageAlt: "School Sports Ground",
},
{
@@ -193,7 +193,7 @@ export default function HomePage() {
author: "Health Services",
description: "Well-equipped medical facility with qualified healthcare professionals providing first aid and health support to students throughout the day.",
tags: ["Healthcare", "Safety", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/eldery-woman-wearing-face-mask-as-safaty-precaution-against-coronavirus-global-pandemic-with-coronavirus-hospital-waiting-room_482257-8533.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/eldery-woman-wearing-face-mask-as-safaty-precaution-against-coronavirus-global-pandemic-with-coronavirus-hospital-waiting-room_482257-8533.jpg",
imageAlt: "Medical Center",
},
{
@@ -202,7 +202,7 @@ export default function HomePage() {
author: "IT Department",
description: "High-speed internet connectivity throughout campus supporting digital learning, online research, and advanced academic programs.",
tags: ["Technology", "Digital", "Learning"],
imageSrc: "http://img.b2bpic.net/free-photo/black-female-it-specialist-sitting-beside-modern-computer-with-black-screen-talking-with-friends-indoor-portrait-busy-young-people-working-international-company_197531-25391.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/black-female-it-specialist-sitting-beside-modern-computer-with-black-screen-talking-with-friends-indoor-portrait-busy-young-people-working-international-company_197531-25391.jpg",
imageAlt: "Computer Lab",
},
{
@@ -211,7 +211,7 @@ export default function HomePage() {
author: "Administration",
description: "Secure campus with CCTV surveillance, trained security personnel, and emergency protocols ensuring student safety.",
tags: ["Security", "Safety", "Protection"],
imageSrc: "http://img.b2bpic.net/free-photo/people-mask-standing-street_1157-34158.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/people-mask-standing-street_1157-34158.jpg",
imageAlt: "Safe Campus",
},
{
@@ -220,7 +220,7 @@ export default function HomePage() {
author: "Maintenance Team",
description: "Clean, hygienic washroom facilities maintained to highest standards with regular cleaning and proper sanitation.",
tags: ["Hygiene", "Sanitation", "Wellness"],
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg",
imageAlt: "Washroom Facility",
},
{
@@ -229,7 +229,7 @@ export default function HomePage() {
author: "Academic Division",
description: "Bright, well-ventilated classrooms equipped with interactive boards, comfortable seating, and modern teaching aids.",
tags: ["Learning", "Technology", "Comfort"],
imageSrc: "http://img.b2bpic.net/free-photo/child-student-learning-school_23-2149511071.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/child-student-learning-school_23-2149511071.jpg",
imageAlt: "Modern Classroom",
},
]}
@@ -253,7 +253,7 @@ export default function HomePage() {
role: "Class X Student",
company: "Academic Excellence Awardee",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-wearing-yellow-backpack-smiling-blue-wall_140725-44121.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-wearing-yellow-backpack-smiling-blue-wall_140725-44121.jpg",
imageAlt: "Arjun Reddy",
},
{
@@ -280,7 +280,7 @@ export default function HomePage() {
role: "Class VII Student",
company: "Debating Competition Winner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-white-t-shirt-blue-jeans-holding-copybook-with-smile_140725-17651.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-white-t-shirt-blue-jeans-holding-copybook-with-smile_140725-17651.jpg",
imageAlt: "Divya Sharma",
},
{
@@ -298,7 +298,7 @@ export default function HomePage() {
role: "Class V Student",
company: "Cultural Program Star",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenager-scholar-consulting-school-library-database_482257-123277.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenager-scholar-consulting-school-library-database_482257-123277.jpg",
imageAlt: "Ananya Verma",
},
]}
@@ -322,7 +322,7 @@ export default function HomePage() {
category: ["Exams", "Academic"],
title: "Board Exam Preparation Schedule Released",
excerpt: "Final board examination schedule for Classes X and XII has been announced. Examination will commence from March 2024.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-national-science-day-vertical-poster-template_23-2149261660.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-vector/flat-national-science-day-vertical-poster-template_23-2149261660.jpg",
imageAlt: "Exam Notice",
authorName: "Academic Team",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-college-students-communicating-with-their-professor-hallway_637285-9249.jpg",
@@ -333,7 +333,7 @@ export default function HomePage() {
category: ["Holidays", "Calendar"],
title: "School Holidays - Republic Day & Upcoming Festivals",
excerpt: "School remains closed on January 26 (Republic Day). Summer vacations will begin from May 15, 2024.",
imageSrc: "http://img.b2bpic.net/free-vector/graduation-party-leaflet-with-orange-frame_23-2147631686.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-vector/graduation-party-leaflet-with-orange-frame_23-2147631686.jpg",
imageAlt: "Holiday Notice",
authorName: "Administration",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman_23-2149178449.jpg",
@@ -344,7 +344,7 @@ export default function HomePage() {
category: ["Events", "Celebration"],
title: "Annual Day Celebration - Save The Date",
excerpt: "Our grand annual day celebration will be held on February 28, 2024. Students will showcase their talents and achievements.",
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960284.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960284.jpg",
imageAlt: "Annual Day",
authorName: "Events Committee",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
@@ -355,7 +355,7 @@ export default function HomePage() {
category: ["Sports", "Events"],
title: "Inter-School Sports Competition - February 14",
excerpt: "Our school will host annual inter-school sports tournament. Registration for participating schools is now open.",
imageSrc: "http://img.b2bpic.net/free-photo/gates-are-open-we-can-start-dancing_329181-8377.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/gates-are-open-we-can-start-dancing_329181-8377.jpg",
imageAlt: "Sports Event",
authorName: "Sports Department",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-middle-aged-male-teacher-sits-table-with-school-tools-points-blackboard-with-pointer-stick-showing-thumb-up-classroom_141793-105084.jpg",