From ac6ce1bb5d230e73323c5d94d9089191ec13de34 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 00:10:14 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 502693a..5582770 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,17 +30,17 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Menu", id: "menu", - href: "/menu", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} button={{ From c13397df04af498ac36c60086d08799ccd733470 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 00:10:14 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7b0d9ac..f29090e 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -29,17 +29,17 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Menu", id: "menu", - href: "/menu", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} button={{ @@ -52,6 +52,7 @@ export default function LandingPage() {
Date: Mon, 23 Mar 2026 00:10:15 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d9d06d..2f22382 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,17 +35,17 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Menu", id: "menu", - href: "/menu", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} button={{