diff --git a/src/app/page.tsx b/src/app/page.tsx index 5af2aa6..fbaebb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,28 +37,28 @@ export default function LandingPage() { 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" @@ -309,23 +309,23 @@ export default function LandingPage() { { 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: [ { - label: "Contact Us", href: "#contact" + label: "Contact Us", href: "/#contact" }, { label: "Discord", href: "#"