From 213667fc76f2172e1b8b81f6bde525248e9aae48 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 10:13:16 +0000 Subject: [PATCH] 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 6c30699..6838649 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,17 @@ export default function LandingPage() { { name: "Menu", id: "menu", - href: "/menu", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} button={{ -- 2.49.1