diff --git a/src/app/page.tsx b/src/app/page.tsx index 0078053..c509616 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,8 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Products", id: "products" }, + { name: "Menu", id: "menu" }, + { name: "Custom Orders", id: "products" }, { name: "Catering", id: "pricing" }, { name: "Contact", id: "contact" }, ]} @@ -64,6 +65,23 @@ export default function LandingPage() { /> +
+