From e28c6b58321abecbab33f252c61f9e2eb00051a8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:18:56 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 023d3dc..1bb171c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,7 +26,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "Fleet", id: "/fleet" }, - { name: "Request a free estimate", id: "/estimate" }, + { name: "Get My Free Estimate", id: "/estimate" }, { name: "Contact us", id: "/contact-us" }, ]} brandName="CleanScene" @@ -53,7 +53,7 @@ export default function LandingPage() {