From 2ecd66130d8af383d35ab19ea346d04a2f22bbd5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:29:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 938f1f3..ca6eb45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,6 @@ export default function LandingPage() { name: "Home", id: "#hero"}, { name: "About", id: "#about"}, - { - name: "Menu", id: "#products"}, { name: "Visit", id: "#contact"}, ]} @@ -214,8 +212,6 @@ export default function LandingPage() { title: "Bakery", items: [ { label: "Our Story", href: "#about"}, - { - label: "Menu", href: "#products"}, { label: "Contact", href: "#contact"}, ], -- 2.49.1