diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 488d336..ed4fb55 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,9 @@ import Link from "next/link"; const navItems = [ { name: "Home", id: "home", href: "/" }, - { name: "Menu", id: "menu", href: "/menu" } + { name: "Menu", id: "menu", href: "/menu" }, + { name: "About", id: "about", href: "/about" }, + { name: "Contact", id: "contact", href: "/contact" } ]; export default function MenuPage() { @@ -167,4 +169,4 @@ export default function MenuPage() { ); -} +} \ No newline at end of file