diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 502693a..5582770 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,17 +30,17 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Menu", id: "menu", - href: "/menu", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} button={{ diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7b0d9ac..f29090e 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -29,17 +29,17 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Menu", id: "menu", - href: "/menu", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} button={{ @@ -52,6 +52,7 @@ export default function LandingPage() {