From 0fa29cd4b9aa403f8fb4111040c3b6b024cf1a9b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:34:21 +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 f34c0fc..658fcb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Our Machines", id: "machines" }, { name: "Why Us", id: "why-us" }, { name: "How It Works", id: "how-it-works" }, - { name: "Contact", id: "contact" }, + { name: "Ideal Locations", id: "locations" }, ]} button={{ text: "Request a Free Machine", href: "#contact"}} -- 2.49.1