From ac6ce1bb5d230e73323c5d94d9089191ec13de34 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 00:10:14 +0000 Subject: [PATCH] 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={{