Merge version_1 into main #2
142
src/app/page.tsx
142
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Maples Academy"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Nurturing Tomorrow's Leaders at Maples Academy"
|
||||
description="Providing a balanced, holistic education in a supportive environment where every student thrives academically and personally."
|
||||
tag="Excellence in Education"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-taking-selfie-class_23-2147666682.jpg?_wi=1",
|
||||
imageAlt: "Students in classroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-taking-selfie-class_23-2147666682.jpg", imageAlt: "Students in classroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13274.jpg?_wi=1",
|
||||
imageAlt: "Students learning outdoors",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-taking-selfie-class_23-2147666682.jpg?_wi=2",
|
||||
imageAlt: "Modern classroom setting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13274.jpg?_wi=2",
|
||||
imageAlt: "Students collaborating",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-taking-selfie-class_23-2147666682.jpg?_wi=3",
|
||||
imageAlt: "Academic excellence environment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13274.jpg", imageAlt: "Students learning outdoors"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,10 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Mission and Vision"
|
||||
description={[
|
||||
"At Maples Academy, we believe in fostering curiosity, resilience, and compassion.",
|
||||
"Our curriculum focuses on both intellectual rigor and emotional intelligence, ensuring students are well-prepared for a dynamic world.",
|
||||
"Led by experienced educators, our community prioritizes active participation and deep learning.",
|
||||
]}
|
||||
"At Maples Academy, we believe in fostering curiosity, resilience, and compassion.", "Our curriculum focuses on both intellectual rigor and emotional intelligence, ensuring students are well-prepared for a dynamic world.", "Led by experienced educators, our community prioritizes active participation and deep learning."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,20 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Small Class Sizes",
|
||||
description: "Ensuring individualized attention for every student's learning journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511030.jpg",
|
||||
},
|
||||
title: "Small Class Sizes", description: "Ensuring individualized attention for every student's learning journey.", imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511030.jpg"},
|
||||
{
|
||||
title: "Advanced STEM Labs",
|
||||
description: "Hands-on technology-driven education that inspires real-world innovation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-trying-out-vr-glasses-having-fun_23-2149357698.jpg",
|
||||
},
|
||||
title: "Advanced STEM Labs", description: "Hands-on technology-driven education that inspires real-world innovation.", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-trying-out-vr-glasses-having-fun_23-2149357698.jpg"},
|
||||
{
|
||||
title: "Holistic Development",
|
||||
description: "Diverse extracurriculars covering arts, sports, and leadership training.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149085563.jpg",
|
||||
},
|
||||
title: "Holistic Development", description: "Diverse extracurriculars covering arts, sports, and leadership training.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149085563.jpg"},
|
||||
]}
|
||||
title="Why Choose Maples?"
|
||||
description="Our holistic approach ensures students excel academically, socially, and creatively."
|
||||
@@ -135,59 +98,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Parent",
|
||||
company: "Maples Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Parent", company: "Maples Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael D.",
|
||||
role: "Parent",
|
||||
company: "Maples Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-parents-with-baby_1098-1201.jpg",
|
||||
},
|
||||
id: "2", name: "Michael D.", role: "Parent", company: "Maples Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-parents-with-baby_1098-1201.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Parent",
|
||||
company: "Maples Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-hair-cafe-drinks-summer-cocktail-happy-laughs-smiles_1321-3715.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Parent", company: "Maples Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-hair-cafe-drinks-summer-cocktail-happy-laughs-smiles_1321-3715.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Parent",
|
||||
company: "Maples Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girls-hugging-each-other_23-2147617413.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Parent", company: "Maples Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girls-hugging-each-other_23-2147617413.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex W.",
|
||||
role: "Parent",
|
||||
company: "Maples Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-showing-affection-beach-near-ocean_23-2150367601.jpg",
|
||||
},
|
||||
id: "5", name: "Alex W.", role: "Parent", company: "Maples Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-showing-affection-beach-near-ocean_23-2150367601.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "95%",
|
||||
label: "Graduation Rate",
|
||||
},
|
||||
value: "95%", label: "Graduation Rate"},
|
||||
{
|
||||
value: "1:12",
|
||||
label: "Teacher-Student Ratio",
|
||||
},
|
||||
value: "1:12", label: "Teacher-Student Ratio"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Clubs Offered",
|
||||
},
|
||||
value: "20+", label: "Clubs Offered"},
|
||||
]}
|
||||
title="Stories from Our Community"
|
||||
description="Hear how Maples Academy has shaped the lives of our students and families."
|
||||
@@ -200,20 +132,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your school hours?",
|
||||
content: "Our core school hours are from 8:30 AM to 3:30 PM, with before and after-school care options available.",
|
||||
},
|
||||
id: "q1", title: "What are your school hours?", content: "Our core school hours are from 8:30 AM to 3:30 PM, with before and after-school care options available."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer financial aid?",
|
||||
content: "Yes, we have a tuition assistance program designed to make Maples Academy accessible to a diverse group of learners.",
|
||||
},
|
||||
id: "q2", title: "Do you offer financial aid?", content: "Yes, we have a tuition assistance program designed to make Maples Academy accessible to a diverse group of learners."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I apply?",
|
||||
content: "Admissions are processed through our online portal. Please attend an open house or schedule a tour to begin.",
|
||||
},
|
||||
id: "q3", title: "How do I apply?", content: "Admissions are processed through our online portal. Please attend an open house or schedule a tour to begin."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about enrollment, curriculum, and community life."
|
||||
@@ -225,8 +148,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Let's Connect"
|
||||
description="Ready to join our community? Schedule a tour or inquire about admissions today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/room-interior-design_23-2148899442.jpg"
|
||||
@@ -239,13 +161,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Maples Academy"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user