diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6a15829..0a9bdd1 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -29,7 +29,7 @@ export default function MenuPage() { { name: "Our Story", id: "about"}, { - name: "Menu", href: "/menu"}, + name: "Menu", id: "/menu"}, { name: "Testimonials", id: "testimonials"}, { diff --git a/src/app/page.tsx b/src/app/page.tsx index b4c37f8..922d24e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Our Story", id: "about"}, { - name: "Menu", href: "/menu"}, + name: "Menu", id: "/menu"}, { name: "Testimonials", id: "testimonials"}, {