Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 05:53:31 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Notes",
id: "#features",
},
{
name: "Exams",
id: "#services",
},
{
name: "Fees",
id: "#fees",
},
{
name: "Gallery",
id: "#gallery",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Notes", id: "#features" },
{ name: "Exams", id: "#services" },
{ name: "Fees", id: "#fees" },
{ name: "Gallery", id: "#gallery" },
{ name: "Contact", id: "#contact" },
]}
brandName="Elite Academy"
/>
@@ -58,20 +43,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Nurturing Minds, Building Future"
description="Your centralized portal for academic success, exam schedules, and seamless parent-school communication."
buttons={[
{
text: "Get Notes",
href: "#features",
},
{
text: "Pay Fees",
href: "#fees",
},
{ text: "Get Notes", href: "#features" },
{ text: "Pay Fees", href: "#fees" },
]}
imageSrc="http://img.b2bpic.net/free-photo/big-modern-library-with-minimalistic-design-computers-comfortable-sittings-second-floor-with-bookshelves-morning-cosy-quiet-place-people-spending-time-university-library_176420-8322.jpg"
/>
@@ -82,20 +59,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
negativeCard={{
items: [
"Paper-based Records",
"Waitlisted Results",
"Limited Parent Updates",
],
}}
positiveCard={{
items: [
"Live Online Classes",
"Instant Result Access",
"Direct Student Chat",
],
}}
negativeCard={{ items: ["Paper-based Records", "Waitlisted Results", "Limited Parent Updates"] }}
positiveCard={{ items: ["Live Online Classes", "Instant Result Access", "Direct Student Chat"] }}
title="Academic Tools"
description="Powerful digital tools designed to empower students and provide visibility for parents."
/>
@@ -108,48 +73,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Science & Tech",
price: "Available",
variant: "Stem",
imageSrc: "http://img.b2bpic.net/free-photo/two-diverse-teenagers-focused-writing-essay-public-library_482257-118212.jpg",
},
{
id: "p2",
name: "Art & Design",
price: "Available",
variant: "Creative",
imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925454.jpg",
},
{
id: "p3",
name: "Vocational Trades",
price: "Available",
variant: "Technical",
imageSrc: "http://img.b2bpic.net/free-photo/school-hallway-with-lockers-windows_23-2152005594.jpg",
},
{
id: "p4",
name: "Business & Finance",
price: "Available",
variant: "Business",
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906140.jpg",
},
{
id: "p5",
name: "Language Arts",
price: "Available",
variant: "Humanities",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906330.jpg",
},
{
id: "p6",
name: "Sports Academy",
price: "Available",
variant: "Athletic",
imageSrc: "http://img.b2bpic.net/free-photo/writing-supplies-near-notebooks_23-2147847719.jpg",
},
{ id: "p1", name: "Science & Tech", price: "Available", variant: "Stem", imageSrc: "http://img.b2bpic.net/free-photo/two-diverse-teenagers-focused-writing-essay-public-library_482257-118212.jpg" },
{ id: "p2", name: "Art & Design", price: "Available", variant: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925454.jpg" },
{ id: "p3", name: "Vocational Trades", price: "Available", variant: "Technical", imageSrc: "http://img.b2bpic.net/free-photo/school-hallway-with-lockers-windows_23-2152005594.jpg" },
{ id: "p4", name: "Business & Finance", price: "Available", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906140.jpg" },
{ id: "p5", name: "Language Arts", price: "Available", variant: "Humanities", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906330.jpg" },
{ id: "p6", name: "Sports Academy", price: "Available", variant: "Athletic", imageSrc: "http://img.b2bpic.net/free-photo/writing-supplies-near-notebooks_23-2147847719.jpg" },
]}
title="Campus Programs"
description="Explore our diverse range of trades and academic paths designed for future leaders."
@@ -162,37 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "98%",
title: "Graduation Rate",
items: [
"High standard of excellence",
"Diverse student body",
"Success guaranteed",
],
},
{
id: "m2",
value: "15+",
title: "Available Trades",
items: [
"Vocational training",
"Hands-on experience",
"Career ready",
],
},
{
id: "m3",
value: "24/7",
title: "Online Access",
description: "Academic resources available everywhere.",
items: [
"Full portal access",
"Mobile optimized",
"Always updated",
],
},
{ id: "m1", value: "98%", title: "Graduation Rate", items: ["High standard of excellence", "Diverse student body", "Success guaranteed"] },
{ id: "m2", value: "15+", title: "Available Trades", items: ["Vocational training", "Hands-on experience", "Career ready"] },
{ id: "m3", value: "24/7", title: "Online Access", items: ["Full portal access", "Mobile optimized", "Always updated"] },
]}
title="Institutional Excellence"
description="Data-driven results demonstrating our commitment to every student."
@@ -205,46 +106,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "Parent",
testimonial: "The portal has made tracking my child's grades effortless. Excellent communication.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg",
},
{
id: "2",
name: "David Kim",
handle: "Student",
testimonial: "Online classes are so convenient and the notes are always uploaded on time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-friends-being-silly-outside-city_23-2149295749.jpg",
},
{
id: "3",
name: "Elena Rodriguez",
handle: "Alumni",
testimonial: "The vocational trades helped me secure my career path immediately.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66424.jpg",
},
{
id: "4",
name: "Marcus Johnson",
handle: "Parent",
testimonial: "Finally, a school that leverages technology to bridge the gap between home and campus.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-glad-african-student-blue-shirt-standing-with-arms-crossed-while-his-university-friends-talking-beside-him-blissful-black-guy-spending-time-office-with-colleagues_197531-3858.jpg",
},
{
id: "5",
name: "Jenna Smith",
handle: "Student",
testimonial: "I love the community features and how easy it is to communicate with faculty.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26807.jpg",
},
{ id: "1", name: "Sarah Miller", handle: "Parent", testimonial: "The portal has made tracking my child's grades effortless. Excellent communication.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg" },
{ id: "2", name: "David Kim", handle: "Student", testimonial: "Online classes are so convenient and the notes are always uploaded on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-friends-being-silly-outside-city_23-2149295749.jpg" },
{ id: "3", name: "Elena Rodriguez", handle: "Alumni", testimonial: "The vocational trades helped me secure my career path immediately.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66424.jpg" },
{ id: "4", name: "Marcus Johnson", handle: "Parent", testimonial: "Finally, a school that leverages technology to bridge the gap between home and campus.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-glad-african-student-blue-shirt-standing-with-arms-crossed-while-his-university-friends-talking-beside-him-blissful-black-guy-spending-time-office-with-colleagues_197531-3858.jpg" },
{ id: "5", name: "Jenna Smith", handle: "Student", testimonial: "I love the community features and how easy it is to communicate with faculty.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26807.jpg" },
]}
showRating={true}
title="Community Voices"
@@ -257,21 +123,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How do parents view fees?",
content: "Parents can log in to the portal and visit the Billing section to view and pay school fees.",
},
{
id: "f2",
title: "How to access notes?",
content: "Students can navigate to the Student Portal > My Courses to download all current subject notes.",
},
{
id: "f3",
title: "Can I view campus photos?",
content: "The school gallery is updated monthly and available in the Gallery tab for registered parents.",
},
{ id: "f1", title: "How do parents view fees?", content: "Parents can log in to the portal and visit the Billing section to view and pay school fees." },
{ id: "f2", title: "How to access notes?", content: "Students can navigate to the Student Portal > My Courses to download all current subject notes." },
{ id: "f3", title: "Can I view campus photos?", content: "The school gallery is updated monthly and available in the Gallery tab for registered parents." },
]}
title="Frequently Asked Questions"
description="Find answers to the most common questions regarding portal access and school life."
@@ -287,36 +141,9 @@ export default function LandingPage() {
title="Recent Campus News"
description="Stay informed about upcoming events, exam timetables, and campus announcements."
blogs={[
{
id: "b1",
category: "News",
title: "Exam Prep Tips",
excerpt: "Essential advice for students to ace their final exams this term.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-white-table-office-she-holds-tablet-works-with-financial-diagrams_197531-25030.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg",
date: "Oct 24",
},
{
id: "b2",
category: "Event",
title: "Annual Science Fair",
excerpt: "Register now to participate in our upcoming innovation exhibition.",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-listening-educational-documentary-laptop-takes-notes_482257-126301.jpg",
authorName: "Staff",
authorAvatar: "http://img.b2bpic.net/free-photo/mother-prepare-little-daughter-school_1157-31764.jpg",
date: "Oct 20",
},
{
id: "b3",
category: "Update",
title: "Fee Payment Portal",
excerpt: "New payment methods now accepted online for increased convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-schoolgirl-using-digital-tablet-class-classroom_637285-8829.jpg",
authorName: "Billing",
authorAvatar: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
date: "Oct 18",
},
{ id: "b1", category: "News", title: "Exam Prep Tips", excerpt: "Essential advice for students to ace their final exams this term.", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-white-table-office-she-holds-tablet-works-with-financial-diagrams_197531-25030.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", date: "Oct 24" },
{ id: "b2", category: "Event", title: "Annual Science Fair", excerpt: "Register now to participate in our upcoming innovation exhibition.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-listening-educational-documentary-laptop-takes-notes_482257-126301.jpg", authorName: "Staff", authorAvatar: "http://img.b2bpic.net/free-photo/mother-prepare-little-daughter-school_1157-31764.jpg", date: "Oct 20" },
{ id: "b3", category: "Update", title: "Fee Payment Portal", excerpt: "New payment methods now accepted online for increased convenience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-schoolgirl-using-digital-tablet-class-classroom_637285-8829.jpg", authorName: "Billing", authorAvatar: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", date: "Oct 18" },
]}
/>
</div>
@@ -324,18 +151,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Get In Touch"
title="Need Help? Reach Out Today"
description="Our administration team is here to assist you with any inquiries about portal access or fees."
buttons={[
{
text: "Contact Administration",
href: "#contact",
},
]}
buttons={[{ text: "Contact Administration", href: "#contact" }]}
/>
</div>
@@ -343,45 +163,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Elite Academy"
columns={[
{
title: "Resources",
items: [
{
label: "Student Notes",
href: "#",
},
{
label: "Exam Dates",
href: "#",
},
],
},
{
title: "Parents",
items: [
{
label: "Fee Portal",
href: "#",
},
{
label: "Campus Gallery",
href: "#",
},
],
},
{
title: "General",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Contact",
href: "#",
},
],
},
{ title: "Resources", items: [{ label: "Student Notes", href: "#" }, { label: "Exam Dates", href: "#" }] },
{ title: "Parents", items: [{ label: "Fee Portal", href: "#" }, { label: "Campus Gallery", href: "#" }] },
{ title: "General", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#" }] },
]}
/>
</div>