Update src/app/page.tsx

This commit is contained in:
2026-06-11 06:14:14 +00:00
parent 7f4e64d9dd
commit 685ae8ef97

View File

@@ -37,28 +37,28 @@ export default function LandingPage() {
name: "Home", id: "/" name: "Home", id: "/"
}, },
{ {
name: "About", id: "#about" name: "About", id: "/#about"
}, },
{ {
name: "Team", id: "#team" name: "Team", id: "/#team"
}, },
{ {
name: "Strengths", id: "#strengths" name: "Strengths", id: "/#strengths"
}, },
{ {
name: "Stats", id: "#stats" name: "Stats", id: "/#stats"
}, },
{ {
name: "Testimonials", id: "#testimonials" name: "Testimonials", id: "/#testimonials"
}, },
{ {
name: "Partners", id: "#partners" name: "Partners", id: "/#partners"
}, },
{ {
name: "FAQ", id: "#faq" name: "FAQ", id: "/#faq"
}, },
{ {
name: "Contact", id: "#contact" name: "Contact", id: "/#contact"
}, },
{ {
name: "Survey", id: "/survey" name: "Survey", id: "/survey"
@@ -309,23 +309,23 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "About Us", href: "#about" label: "About Us", href: "/#about"
}, },
{ {
label: "Our Team", href: "#team" label: "Our Team", href: "/#team"
}, },
{ {
label: "Match Stats", href: "#stats" label: "Match Stats", href: "/#stats"
}, },
{ {
label: "FAQ", href: "#faq" label: "FAQ", href: "/#faq"
} }
] ]
}, },
{ {
items: [ items: [
{ {
label: "Contact Us", href: "#contact" label: "Contact Us", href: "/#contact"
}, },
{ {
label: "Discord", href: "#" label: "Discord", href: "#"