From 55fd3a6bd72fa729989d817d3cd3f91c039c9643 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:28:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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() { /> + +
); -} +} \ No newline at end of file -- 2.49.1