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() {