diff --git a/src/app/page.tsx b/src/app/page.tsx index 102fcc4..2137f6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,42 +30,30 @@ export default function LandingPage() {
@@ -76,8 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Legacy" description={[ - "Founded in 1950, Oakwood Academy has been a cornerstone of academic excellence. We combine tradition with innovation to nurture the next generation of global citizens.", - ]} + "Founded in 1950, Oakwood Academy has been a cornerstone of academic excellence. We combine tradition with innovation to nurture the next generation of global citizens."]} />
@@ -88,26 +75,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Advanced Science Lab", - description: "Cutting-edge equipment and inquiry-based learning in our state-of-the-art facilities.", - tag: "STEM", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-laptop-outdoors_23-2149462106.jpg", - }, + id: "1", title: "Advanced Science Lab", description: "Cutting-edge equipment and inquiry-based learning in our state-of-the-art facilities.", tag: "STEM", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-laptop-outdoors_23-2149462106.jpg"}, { - id: "2", - title: "Creative Arts", - description: "Nurturing self-expression through music, theater, and visual arts programs.", - tag: "Arts", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150385319.jpg", - }, + id: "2", title: "Creative Arts", description: "Nurturing self-expression through music, theater, and visual arts programs.", tag: "Arts", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150385319.jpg"}, { - id: "3", - title: "Athletic Excellence", - description: "Promoting healthy lifestyle and teamwork through diverse competitive sports.", - tag: "Sports", - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-teens-young-people-doing-activities-together-celebrating-world-youth-skills-day_23-2151478240.jpg", - }, + id: "3", title: "Athletic Excellence", description: "Promoting healthy lifestyle and teamwork through diverse competitive sports.", tag: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-teens-young-people-doing-activities-together-celebrating-world-youth-skills-day_23-2151478240.jpg"}, ]} title="Academic Programs" description="Explore our specialized programs designed for comprehensive student development." @@ -119,30 +91,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Jenkins", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-kitchen-with-notebook-reading-recipes-flipping-pages_1258-201137.jpg", - }, + id: "1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-standing-kitchen-with-notebook-reading-recipes-flipping-pages_1258-201137.jpg"}, { - id: "2", - name: "Mark Thornton", - imageSrc: "http://img.b2bpic.net/free-photo/perfect-way-start-adult-life_329181-3046.jpg", - }, + id: "2", name: "Mark Thornton", imageSrc: "http://img.b2bpic.net/free-photo/perfect-way-start-adult-life_329181-3046.jpg"}, { - id: "3", - name: "Elena Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-office_273609-6559.jpg", - }, + id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-office_273609-6559.jpg"}, { - id: "4", - name: "David Wu", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-sitting-library-desk_23-2147854066.jpg", - }, + id: "4", name: "David Wu", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenage-girl-sitting-library-desk_23-2147854066.jpg"}, { - id: "5", - name: "Linda Peterson", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing_23-2148680245.jpg", - }, + id: "5", name: "Linda Peterson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing_23-2148680245.jpg"}, ]} cardTitle="Community Voices" cardTag="Parents & Students" @@ -156,20 +113,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How do I apply?", - content: "Our application process starts with a campus visit followed by an interview.", - }, + id: "1", title: "How do I apply?", content: "Our application process starts with a campus visit followed by an interview."}, { - id: "2", - title: "Are there scholarships available?", - content: "Yes, we offer various academic and financial aid-based scholarships.", - }, + id: "2", title: "Are there scholarships available?", content: "Yes, we offer various academic and financial aid-based scholarships."}, { - id: "3", - title: "What is the student-teacher ratio?", - content: "We maintain a 12:1 ratio to ensure personalized attention for every student.", - }, + id: "3", title: "What is the student-teacher ratio?", content: "We maintain a 12:1 ratio to ensure personalized attention for every student."}, ]} title="Common Questions" description="Learn more about our enrollment process and daily campus life." @@ -181,14 +129,11 @@ export default function LandingPage() { @@ -197,38 +142,25 @@ export default function LandingPage() {