From 4dd48f815a6598fec8b61da8f9743dd3308ed813 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 17:35:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83e37a2..19b126f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function Page() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Menu", id: "food-drinks" }, - { name: "Contact", id: "contact" } + { name: "Visit", id: "contact" } ]} /> @@ -40,7 +40,7 @@ export default function Page() {
@@ -70,14 +70,14 @@ export default function Page() {
@@ -85,7 +85,7 @@ export default function Page() {