From 99cffbf3bf598614c5f4fee0ed53bf1703259ac8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:44:39 +0000 Subject: [PATCH] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 6c5daac..09ef7ca 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -26,7 +26,6 @@ export default function ContactUsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Our Fleet", id: "/fleet" }, - { name: "Get My Free Estimate", id: "/estimate" }, { name: "Contact us", id: "/contact-us" }, ]} brandName="CleanScene"