Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user