From 3b8c916d2f185b05f74afca950c09412a71518b0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 04:35:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e6604..89b5c6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,32 +160,38 @@ export default function LandingPage() { id: "gallery-1", category: "Classrooms", title: "Engaged Learning Environments", excerpt: "Our classrooms are vibrant spaces where curiosity is sparked and learning comes alive through interactive lessons and dedicated teachers.", imageSrc: getAssetUrl("campus-gallery-1"), imageAlt: getAssetAlt("campus-gallery-1"), authorName: "Orlando Private School", authorAvatar: getAssetUrl("hero-students-campus-1__2"), - date: "Ongoing"}, + date: "Ongoing" + }, { id: "gallery-2", category: "Athletics", title: "Developing Character Through Sports", excerpt: "From soccer to basketball, our athletic programs foster teamwork, discipline, and healthy competition in a Christ-centered environment.", imageSrc: getAssetUrl("campus-gallery-2"), imageAlt: getAssetAlt("campus-gallery-2"), authorName: "Orlando Private School", authorAvatar: getAssetUrl("hero-students-campus-1__3"), - date: "Ongoing"}, + date: "Ongoing" + }, { id: "gallery-3", category: "Spiritual Life", title: "Chapel & Community Worship", excerpt: "Weekly chapel services and spiritual retreats help students grow in their faith and build a strong, supportive Christian community.", imageSrc: getAssetUrl("campus-gallery-3"), imageAlt: getAssetAlt("campus-gallery-3"), authorName: "Orlando Private School", authorAvatar: getAssetUrl("hero-students-campus-1__4"), - date: "Ongoing"}, + date: "Ongoing" + }, { id: "gallery-4", category: "Academics", title: "Hands-On Science Exploration", excerpt: "Our students dive into science with exciting experiments, fostering critical thinking and a love for discovery in our modern labs.", imageSrc: getAssetUrl("campus-gallery-4"), imageAlt: getAssetAlt("campus-gallery-4"), authorName: "Orlando Private School", authorAvatar: getAssetUrl("hero-students-campus-1__5"), - date: "Ongoing"}, + date: "Ongoing" + }, { id: "gallery-5", category: "Enrichment", title: "Cultivating Lifelong Readers", excerpt: "Our expansive library is a hub for learning and imagination, where students develop strong literacy skills and a passion for reading.", imageSrc: getAssetUrl("campus-gallery-5"), imageAlt: getAssetAlt("campus-gallery-5"), authorName: "Orlando Private School", authorAvatar: getAssetUrl("hero-students-campus-1__6"), - date: "Ongoing"}, + date: "Ongoing" + }, { id: "gallery-6", category: "Mentorship", title: "Dedicated Teachers, Bright Futures", excerpt: "Experience the difference of teachers who truly care, mentoring students to reach their full academic and personal potential.", imageSrc: getAssetUrl("campus-gallery-6"), imageAlt: getAssetAlt("campus-gallery-6"), authorName: "Orlando Private School", authorAvatar: getAssetUrl("hero-students-campus-1__7"), - date: "Ongoing"} + date: "Ongoing" + } ]} /> @@ -228,13 +234,15 @@ export default function LandingPage() { id: "elementary", badge: "Foundational", badgeIcon: Sparkles, price: "Contact Admissions", subtitle: "Pre-K to 5th Grade", buttons: [{ text: "Learn More" }], features: [ - "Christ-Centered Curriculum", "Small Class Sizes", "Individualized Attention", "Character Development Focus", "Engaging Enrichment Programs"] + "Christ-Centered Curriculum", "Small Class Sizes", "Individualized Attention", "Character Development Focus", "Engaging Enrichment Programs" + ] }, { id: "middle-school", badge: "Leadership Focused", badgeIcon: Award, price: "Contact Admissions", subtitle: "6th to 8th Grade", buttons: [{ text: "Learn More" }], features: [ - "Advanced Academic Rigor", "Leadership Development", "Spiritual Mentorship", "Extracurricular Opportunities", "Preparation for High School"] + "Advanced Academic Rigor", "Leadership Development", "Spiritual Mentorship", "Extracurricular Opportunities", "Preparation for High School" + ] } ]} buttons={[{ text: "View Tuition & Financial Aid", href: "#contact" }]} @@ -250,17 +258,23 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "grades-offered", title: "What grades do you offer?", content: "Orlando Private School proudly offers classes from Pre-K 3 and 4 year olds, through Kindergarten to 8th grade. We are dedicated to nurturing students throughout their foundational years."}, + id: "grades-offered", title: "What grades do you offer?", content: "Orlando Private School proudly offers classes from Pre-K 3 and 4 year olds, through Kindergarten to 8th grade. We are dedicated to nurturing students throughout their foundational years." + }, { - id: "before-after-care", title: "Is before/after care available?", content: "Yes, we provide extended daycare services both before and after school hours to accommodate working families. Our programs offer a safe and engaging environment for students."}, + id: "before-after-care", title: "Is before/after care available?", content: "Yes, we provide extended daycare services both before and after school hours to accommodate working families. Our programs offer a safe and engaging environment for students." + }, { - id: "curriculum", title: "What curriculum do you use?", content: "We utilize a rigorous, Christ-centered curriculum that aligns with academic standards while integrating biblical principles across all subjects, ensuring a holistic education."}, + id: "curriculum", title: "What curriculum do you use?", content: "We utilize a rigorous, Christ-centered curriculum that aligns with academic standards while integrating biblical principles across all subjects, ensuring a holistic education." + }, { - id: "how-to-apply", title: "How do I apply?", content: "Our application process is simple! You can begin by scheduling a tour, then complete our online application forms, followed by an academic screening and an interview."}, + id: "how-to-apply", title: "How do I apply?", content: "Our application process is simple! You can begin by scheduling a tour, then complete our online application forms, followed by an academic screening and an interview." + }, { - id: "extracurriculars", title: "Do you offer extracurricular activities?", content: "Absolutely! We offer a wide range of extracurricular activities including various sports, arts programs, academic clubs, and spiritual enrichment groups to enhance student life."}, + id: "extracurriculars", title: "Do you offer extracurricular activities?", content: "Absolutely! We offer a wide range of extracurricular activities including various sports, arts programs, academic clubs, and spiritual enrichment groups to enhance student life." + }, { - id: "schedule-tour", title: "How can I schedule a tour?", content: "You can easily schedule a personalized campus tour by clicking the 'Schedule a Tour' button found throughout our website or by contacting our admissions office directly."} + id: "schedule-tour", title: "How can I schedule a tour?", content: "You can easily schedule a personalized campus tour by clicking the 'Schedule a Tour' button found throughout our website or by contacting our admissions office directly." + } ]} buttons={[{ text: "Contact Admissions", href: "#contact" }]} />