diff --git a/src/app/page.tsx b/src/app/page.tsx
index 379105f..f6e153a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,38 +47,19 @@ export default function LandingPage() {
@@ -127,19 +92,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "STEM Labs",
- description: "Advanced technology and robotics labs.",
- icon: Zap,
+ title: "STEM Labs", description: "Advanced technology and robotics labs.", icon: Zap,
},
{
- title: "Arts Program",
- description: "Creative spaces for every artist.",
- icon: Palette,
+ title: "Arts Program", description: "Creative spaces for every artist.", icon: Palette,
},
{
- title: "Sports Complex",
- description: "Top-tier facilities for athletes.",
- icon: Trophy,
+ title: "Sports Complex", description: "Top-tier facilities for athletes.", icon: Trophy,
},
]}
title="Why Choose YP School?"
@@ -153,45 +112,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Great Staff",
- quote: "The staff truly cares about every student.",
- name: "Sarah J.",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/studio-photo-happy-cute-student-with-notebooks-earphones-standing-pink_273443-4913.jpg",
- },
+ id: "1", title: "Great Staff", quote: "The staff truly cares about every student.", name: "Sarah J.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/studio-photo-happy-cute-student-with-notebooks-earphones-standing-pink_273443-4913.jpg"},
{
- id: "2",
- title: "Bright Future",
- quote: "This school prepared me for university.",
- name: "Mark D.",
- role: "Alumni",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg",
- },
+ id: "2", title: "Bright Future", quote: "This school prepared me for university.", name: "Mark D.", role: "Alumni", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg"},
{
- id: "3",
- title: "Fun Campus",
- quote: "I love the extracurricular activities!",
- name: "Lily P.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79361.jpg",
- },
+ id: "3", title: "Fun Campus", quote: "I love the extracurricular activities!", name: "Lily P.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79361.jpg"},
{
- id: "4",
- title: "Safe Space",
- quote: "My child feels welcomed every single day.",
- name: "David W.",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10360.jpg",
- },
+ id: "4", title: "Safe Space", quote: "My child feels welcomed every single day.", name: "David W.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10360.jpg"},
{
- id: "5",
- title: "Inspiring Classes",
- quote: "The teachers are innovative and kind.",
- name: "Alex R.",
- role: "Student",
- imageSrc: "http://img.b2bpic.net/free-photo/satisfied-cute-afro-woman-has-motor-activity-holds-skateboard-feels-relaxed-delighted_273609-29814.jpg",
- },
+ id: "5", title: "Inspiring Classes", quote: "The teachers are innovative and kind.", name: "Alex R.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-cute-afro-woman-has-motor-activity-holds-skateboard-feels-relaxed-delighted_273609-29814.jpg"},
]}
title="Community Voices"
description="Hear from our students and parents about their journey at YP School."
@@ -203,20 +132,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "What are the hours?",
- content: "Classes run from 8 AM to 3 PM.",
- },
+ id: "1", title: "What are the hours?", content: "Classes run from 8 AM to 3 PM."},
{
- id: "2",
- title: "Are there after-school clubs?",
- content: "Yes, we offer over 20 clubs.",
- },
+ id: "2", title: "Are there after-school clubs?", content: "Yes, we offer over 20 clubs."},
{
- id: "3",
- title: "How to enroll?",
- content: "Fill out the online application.",
- },
+ id: "3", title: "How to enroll?", content: "Fill out the online application."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -227,13 +147,9 @@ export default function LandingPage() {