From 196435fa714fe4d2da627da9563d04e32f0b94a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:22:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78d449c..45ba66e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About Us", id: "about", - href: "/about", + }, { name: "Our Menu", id: "menu", - href: "/menu", + }, { name: "Contact Us", id: "contact", - href: "/contact", + }, ]} brandName="Classic Cafe" -- 2.49.1