From ba2b96c5e2e91a0397342de870ca1134d274678e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 10:59:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 300 +++++++++-------------------------------------- 1 file changed, 58 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d60ab1..07e9ac3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,81 +34,44 @@ export default function LandingPage() {
@@ -417,62 +258,37 @@ export default function LandingPage() { logoText="Saint Peters International Academy" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Academic Programs", - href: "#programs", - }, + label: "Academic Programs", href: "#programs"}, { - label: "Our Faculty", - href: "#faculty", - }, + label: "Our Faculty", href: "#faculty"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { - title: "Admissions", - items: [ + title: "Admissions", items: [ { - label: "Apply Now", - href: "#contact", - }, + label: "Apply Now", href: "#contact"}, { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, { - label: "School Calendar", - href: "#", - }, + label: "School Calendar", href: "#"}, { - label: "Scholarships", - href: "#", - }, + label: "Scholarships", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Alumni Network", - href: "#", - }, + label: "Alumni Network", href: "#"}, ], }, ]} -- 2.49.1