From 1ab5c6ff50dd50ccdb0d40649f0bc1eb4a6d0f71 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:44:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} /> -- 2.49.1