From f969aa0975eda7ec0c4b713698391fdf78138000 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:37:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 66 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 240ae58..0b60c2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,9 +90,10 @@ export default function LandingPage() { description="CBSE Affiliated Senior Secondary School" subdescription="Pioneering Excellence in Education for Over 35 Years" icon={BookOpen} - imageSrc="http://img.b2bpic.net/free-photo/brown-white-concrete-building-blue-sky-daytime_246466-17.jpg" - imageAlt="LASEA School Building" + videoSrc="/placeholder-video.mp4" + videoAriaLabel="LASEA School Building Tour" 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" @@ -107,24 +108,30 @@ export default function LandingPage() { tag="Modern Learning Environment" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-looking-girl-answering-standing-near-desk_259150-60249.jpg" - imageAlt="School Facilities" + videoSrc="/placeholder-video.mp4" + videoAriaLabel="School Facilities Tour" mediaAnimation="slide-up" mediaPosition="right" accordionItems={[ { - id: "1", title: "Smart Classrooms", content: "Interactive learning spaces equipped with advanced technology, digital boards, and multimedia systems to enhance teaching and student engagement."}, + id: "1", title: "Smart Classrooms", content: "Interactive learning spaces equipped with advanced technology, digital boards, and multimedia systems to enhance teaching and student engagement." + }, { - id: "2", title: "Physics & Chemistry Laboratories", content: "Fully equipped modern labs with precision instruments enabling hands-on learning and practical experimentation for all science subjects."}, + id: "2", title: "Physics & Chemistry Laboratories", content: "Fully equipped modern labs with precision instruments enabling hands-on learning and practical experimentation for all science subjects." + }, { - id: "3", title: "Computer Lab", content: "High-speed internet connectivity with modern computers and specialized software for coding, design, and information technology education."}, + id: "3", title: "Computer Lab", content: "High-speed internet connectivity with modern computers and specialized software for coding, design, and information technology education." + }, { - id: "4", title: "Central Library", content: "Extensive collection of books, journals, and digital resources with quiet reading areas and collaborative spaces for research and learning."}, + id: "4", title: "Central Library", content: "Extensive collection of books, journals, and digital resources with quiet reading areas and collaborative spaces for research and learning." + }, { - id: "5", title: "Sports Facilities", content: "Comprehensive sports infrastructure including cricket fields, badminton courts, basketball courts, and modern gymnasium equipment."}, + id: "5", title: "Sports Facilities", content: "Comprehensive sports infrastructure including cricket fields, badminton courts, basketball courts, and modern gymnasium equipment." + }, ]} buttons={[{ text: "Learn More", href: "#" }]} buttonAnimation="slide-up" + useInvertedBackground={false} className="py-20 lg:py-32" containerClassName="max-w-6xl mx-auto" /> @@ -154,6 +161,7 @@ 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" /> @@ -169,16 +177,21 @@ export default function LandingPage() { textboxLayout="default" members={[ { - id: "1", name: "Dr. Anusuya Singh", role: "Principal & Founder", imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg"}, + id: "1", name: "Dr. Anusuya Singh", role: "Principal & Founder", imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg" + }, { - id: "2", name: "Rajesh Kumar", role: "Vice Principal - Academics", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"}, + id: "2", name: "Rajesh Kumar", role: "Vice Principal - Academics", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg" + }, { - id: "3", name: "Priya Sharma", role: "Head of Science Department", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-office_641386-605.jpg"}, + id: "3", name: "Priya Sharma", role: "Head of Science Department", imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-office_641386-605.jpg" + }, { - id: "4", name: "Amit Patel", role: "Head of Mathematics Department", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg"}, + id: "4", name: "Amit Patel", role: "Head of Mathematics Department", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg" + }, ]} animationType="slide-up" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} className="py-20 lg:py-32" containerClassName="max-w-6xl mx-auto" /> @@ -190,19 +203,26 @@ 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"}, + id: "1", name: "Arjun Mehta", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg" + }, { - id: "2", name: "Sophia Gupta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-brunette-girl-sitting-class_1098-3231.jpg"}, + id: "2", name: "Sophia Gupta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-brunette-girl-sitting-class_1098-3231.jpg" + }, { - id: "3", name: "Kavya Nair", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg"}, + id: "3", name: "Kavya Nair", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg" + }, { - id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg"}, + id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg" + }, { - id: "5", name: "Ananya Desai", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg"}, + id: "5", name: "Ananya Desai", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg" + }, { - id: "6", name: "Rajesh Iyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg"}, + id: "6", name: "Rajesh Iyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg" + }, ]} className="py-20 lg:py-32" containerClassName="max-w-4xl mx-auto" @@ -218,15 +238,20 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" + useInvertedBackground={false} 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"}, + 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"}, + 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"}, + 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"}, + 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" @@ -241,14 +266,20 @@ export default function LandingPage() { ctaIcon={Phone} faqs={[ { - id: "1", title: "What is the admission process?", content: "The admission process includes submission of application form, entrance test, and interview. Admission is merit-based and conducted throughout the academic year based on availability."}, + id: "1", title: "What is the admission process?", content: "The admission process includes submission of application form, entrance test, and interview. Admission is merit-based and conducted throughout the academic year based on availability." + }, { - id: "2", title: "What are the school timings?", content: "School operates from 8:00 AM to 2:30 PM (Primary) and 8:00 AM to 3:30 PM (Secondary). Additional activities and sports sessions extend until 5:00 PM for interested students."}, + id: "2", title: "What are the school timings?", content: "School operates from 8:00 AM to 2:30 PM (Primary) and 8:00 AM to 3:30 PM (Secondary). Additional activities and sports sessions extend until 5:00 PM for interested students." + }, { - id: "3", title: "Is hostel facility available?", content: "Yes, we provide well-maintained hostel facilities with qualified staff supervision, nutritious meals, and recreational activities for both boys and girls."}, + id: "3", title: "Is hostel facility available?", content: "Yes, we provide well-maintained hostel facilities with qualified staff supervision, nutritious meals, and recreational activities for both boys and girls." + }, { - 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."}, + 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" /> @@ -261,16 +292,20 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/lasea", ariaLabel: "Visit us on Facebook"}, + href: "https://facebook.com/lasea", ariaLabel: "Visit us on Facebook" + }, { icon: Twitter, - href: "https://twitter.com/lasea_school", ariaLabel: "Follow us on Twitter"}, + href: "https://twitter.com/lasea_school", ariaLabel: "Follow us on Twitter" + }, { icon: Instagram, - href: "https://instagram.com/lasea_academy", ariaLabel: "Follow us on Instagram"}, + href: "https://instagram.com/lasea_academy", ariaLabel: "Follow us on Instagram" + }, { icon: Linkedin, - href: "https://linkedin.com/company/lasea", ariaLabel: "Connect with us on LinkedIn"}, + href: "https://linkedin.com/company/lasea", ariaLabel: "Connect with us on LinkedIn" + }, ]} className="mt-20" containerClassName="py-12" -- 2.49.1