diff --git a/src/app/page.tsx b/src/app/page.tsx index 4270b7f..9c3da0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Products", id: "products" }, { name: "About", id: "about" }, - { name: "Contact", id: "location" } + { name: "Location", id: "location" } ]} button={{ text: "Visit Us", href: "#location" }} />