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"}}