Update src/app/page.tsx

This commit is contained in:
2026-03-14 06:27:22 +00:00
parent eb90a993a9
commit 2372ee4da5

View File

@@ -56,10 +56,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-college-exam_23-2149038442.jpg", imageAlt: "Happy students studying together in classroom"
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-college-exam_23-2149038442.jpg?_wi=1", imageAlt: "Happy students studying together in classroom"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg", imageAlt: "Modern school building and campus exterior"
imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=1", imageAlt: "Modern school building and campus exterior"
}
]}
mediaAnimation="slide-up"
@@ -111,13 +111,13 @@ export default function LandingPage() {
id: "safe-campus", title: "Safe & Supportive Campus", description: "Our secure, well-maintained campus provides a nurturing environment where every child can learn confidently.", tag: "Safe Environment", imageSrc: "http://img.b2bpic.net/free-photo/little-girls-school-children-with-backpacks-stadium-watching-boys-play-football_169016-13544.jpg", imageAlt: "Safe school campus with children playing"
},
{
id: "academic-foundation", title: "Strong Academic Foundation", description: "From basic literacy to advanced concepts, we build a robust foundation in all core subjects and skills.", tag: "Excellence", imageSrc: "http://img.b2bpic.net/free-vector/online-certification-screen-illustrated_23-2148579916.jpg", imageAlt: "Students excelling in academic studies"
id: "academic-foundation", title: "Strong Academic Foundation", description: "From basic literacy to advanced concepts, we build a robust foundation in all core subjects and skills.", tag: "Excellence", imageSrc: "http://img.b2bpic.net/free-vector/online-certification-screen-illustrated_23-2148579916.jpg?_wi=1", imageAlt: "Students excelling in academic studies"
},
{
id: "values-education", title: "Values-Based Education", description: "Beyond academics, we emphasize ethical thinking, empathy, and social responsibility.", tag: "Holistic Growth", imageSrc: "http://img.b2bpic.net/free-photo/close-up-children-with-magnifying-glass_23-2149018963.jpg", imageAlt: "Students learning values and respect"
},
{
id: "affordable", title: "Affordable Education", description: "Quality education should be accessible to all. Our competitive fees ensure every child gets the best.", tag: "Accessible", imageSrc: "http://img.b2bpic.net/free-vector/online-certification-screen-illustrated_23-2148579916.jpg", imageAlt: "Affordable education for all students"
id: "affordable", title: "Affordable Education", description: "Quality education should be accessible to all. Our competitive fees ensure every child gets the best.", tag: "Accessible", imageSrc: "http://img.b2bpic.net/free-vector/online-certification-screen-illustrated_23-2148579916.jpg?_wi=2", imageAlt: "Affordable education for all students"
}
]}
className="py-12 md:py-16"
@@ -137,16 +137,16 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "nursery", name: "Nursery", price: "Early Foundation", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-college-exam_23-2149038442.jpg", imageAlt: "Nursery students learning and playing"
id: "nursery", name: "Nursery", price: "Early Foundation", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-college-exam_23-2149038442.jpg?_wi=2", imageAlt: "Nursery students learning and playing"
},
{
id: "lkg-ukg", name: "LKG / UKG", price: "Kindergarten", imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg", imageAlt: "Lower and upper kindergarten classes"
id: "lkg-ukg", name: "LKG / UKG", price: "Kindergarten", imageSrc: "http://img.b2bpic.net/free-photo/group-eco-volunteers-leaving-park-after-cleaning-lawns_74855-2233.jpg?_wi=2", imageAlt: "Lower and upper kindergarten classes"
},
{
id: "primary", name: "Primary Classes", price: "Classes I-V", imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-presentation-team-interim-doctors_107420-84782.jpg", imageAlt: "Primary school students in classroom"
id: "primary", name: "Primary Classes", price: "Classes I-V", imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-presentation-team-interim-doctors_107420-84782.jpg?_wi=1", imageAlt: "Primary school students in classroom"
},
{
id: "middle", name: "Middle School", price: "Classes VI-VIII", imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-presentation-team-interim-doctors_107420-84782.jpg", imageAlt: "Middle school students studying"
id: "middle", name: "Middle School", price: "Classes VI-VIII", imageSrc: "http://img.b2bpic.net/free-photo/doctor-giving-presentation-team-interim-doctors_107420-84782.jpg?_wi=2", imageAlt: "Middle school students studying"
}
]}
className="py-12 md:py-16"