From 517ffe793664d61fcd5af894ba89ad1641025c7b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:36:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90f4b7d..240ae58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/brown-white-concrete-building-blue-sky-daytime_246466-17.jpg" imageAlt="LASEA School Building" mediaAnimation="slide-up" - useInvertedBackground={false} className="py-20 lg:py-32" containerClassName="max-w-6xl mx-auto" titleClassName="text-4xl lg:text-5xl font-bold leading-tight" @@ -126,7 +125,6 @@ export default function LandingPage() { ]} buttons={[{ text: "Learn More", href: "#" }]} buttonAnimation="slide-up" - useInvertedBackground={false} className="py-20 lg:py-32" containerClassName="max-w-6xl mx-auto" /> @@ -156,7 +154,6 @@ export default function LandingPage() { ]} animationType="slide-up" gridVariant="uniform-all-items-equal" - useInvertedBackground={false} className="py-20 lg:py-32" containerClassName="max-w-6xl mx-auto" /> @@ -182,7 +179,6 @@ export default function LandingPage() { ]} animationType="slide-up" gridVariant="uniform-all-items-equal" - useInvertedBackground={false} className="py-20 lg:py-32" containerClassName="max-w-6xl mx-auto" /> @@ -194,7 +190,6 @@ export default function LandingPage() { cardTag="Student & Parent Testimonials" cardTagIcon={Heart} cardAnimation="slide-up" - useInvertedBackground={false} testimonials={[ { id: "1", name: "Arjun Mehta", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg"}, @@ -225,13 +220,13 @@ export default function LandingPage() { animationType="slide-up" blogs={[ { - id: "1", category: "Admissions", title: "Admissions Open for Academic Year 2025-26", excerpt: "Enroll your child in LASEA and provide them with world-class education and holistic development opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/scholarship-application-form-foundation-concept_53876-132191.jpg", authorName: "Admissions Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "15 Dec 2024", useInvertedBackground: false}, + id: "1", category: "Admissions", title: "Admissions Open for Academic Year 2025-26", excerpt: "Enroll your child in LASEA and provide them with world-class education and holistic development opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/scholarship-application-form-foundation-concept_53876-132191.jpg", authorName: "Admissions Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", date: "15 Dec 2024"}, { - id: "2", category: "Event", title: "Children's Day Celebration 2024", excerpt: "A memorable day celebrating the joy and innocence of childhood with fun activities, competitions and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/children-holding-colorful-balloons-blowing-party-horn-birthday_23-2147969942.jpg", authorName: "Events Team", authorAvatar: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", date: "14 Nov 2024", useInvertedBackground: false}, + id: "2", category: "Event", title: "Children's Day Celebration 2024", excerpt: "A memorable day celebrating the joy and innocence of childhood with fun activities, competitions and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/children-holding-colorful-balloons-blowing-party-horn-birthday_23-2147969942.jpg", authorName: "Events Team", authorAvatar: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", date: "14 Nov 2024"}, { - id: "3", category: "Sports", title: "Annual Sports Championship 2024", excerpt: "Celebrating athletic excellence with inter-school competitions in cricket, badminton, basketball and track events.", imageSrc: "http://img.b2bpic.net/free-photo/kids-being-happy-after-winning-football-match_23-2148631571.jpg", authorName: "Sports Department", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-holding-rugby-ball_53876-20496.jpg", date: "20 Oct 2024", useInvertedBackground: false}, + id: "3", category: "Sports", title: "Annual Sports Championship 2024", excerpt: "Celebrating athletic excellence with inter-school competitions in cricket, badminton, basketball and track events.", imageSrc: "http://img.b2bpic.net/free-photo/kids-being-happy-after-winning-football-match_23-2148631571.jpg", authorName: "Sports Department", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-man-holding-rugby-ball_53876-20496.jpg", date: "20 Oct 2024"}, { - id: "4", category: "Academic", title: "Educational Visit to Science Museum", excerpt: "Students experienced interactive learning through exhibits on physics, biology, and technology at the renowned science museum.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518169.jpg", authorName: "Academic Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg", date: "05 Oct 2024", useInvertedBackground: false}, + id: "4", category: "Academic", title: "Educational Visit to Science Museum", excerpt: "Students experienced interactive learning through exhibits on physics, biology, and technology at the renowned science museum.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518169.jpg", authorName: "Academic Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg", date: "05 Oct 2024"}, ]} className="py-20 lg:py-32" containerClassName="max-w-6xl mx-auto" @@ -254,8 +249,6 @@ export default function LandingPage() { { id: "4", title: "What extracurricular activities are offered?", content: "We offer a wide range of activities including sports, music, dance, debate, robotics, coding, art, and various clubs to develop students' talents and interests."}, ]} - useInvertedBackground={false} - animationType="slide-up" className="py-20 lg:py-32" containerClassName="max-w-6xl mx-auto" /> -- 2.49.1