Update src/app/page.tsx

This commit is contained in:
2026-03-25 11:08:31 +00:00
parent 6e57b08580
commit 8752aeb09f

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}