diff --git a/src/app/page.tsx b/src/app/page.tsx
index d9421b5..6945635 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,32 +46,15 @@ export default function LandingPage() {
@@ -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() {