From b7a3e37e64d3bbc00124225be963f8f368fdc439 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 07:55:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cf6fbd..5d2f051 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,9 @@ export default function LandingPage() { { name: "Menu", id: "menu" }, { name: "About", id: "about" }, { name: "Gallery", id: "gallery" }, - { name: "Events", id: "events" }, + { name: "Events", id: "experience" }, { name: "Reserve", id: "contact" }, ]} - button={{ text: "Reserve a Table", href: "#contact" }} brandName="HOOK" /> -- 2.49.1