From 8752aeb09f015b2b2a7f2cb7d74d7210e83a2b40 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 11:08:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8de46a6..94e287f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,11 +37,11 @@ export default function LandingPage() { { name: "About Us", id: "about", href: "#about"}, { - name: "Academics", id: "academics", href: "#features"}, + name: "Academics", id: "features", href: "#features"}, { name: "Gallery", id: "gallery", href: "#gallery"}, { - name: "Admissions", id: "contact", href: "#contact"}, + name: "Contact Us", id: "contact", href: "#contact"}, ]} button={{ text: "Enroll Now", href: "#contact"}} @@ -258,9 +258,7 @@ export default function LandingPage() { { label: "Programs", href: "#features"}, { - label: "Admissions", href: "#contact"}, - { - label: "Calendar", href: "#features"}, + label: "Admissions", href: "#contact"} ], }, { @@ -269,8 +267,6 @@ export default function LandingPage() { label: "Student Gallery", href: "#gallery"}, { label: "FAQ", href: "#faq"}, - { - label: "Documents", href: "#contact"}, { label: "Privacy Policy", href: "#"}, ], @@ -283,4 +279,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}