From 9ba5204a76b85e3f01c4798374cb344eb4af5aa5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:40:27 +0000 Subject: [PATCH] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 438dacf..3abbdfe 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: "Fleet", id: "/fleet" }, - { name: "Pricing", id: "/pricing" }, { name: "Get My Free Estimate", id: "/estimate" }, { name: "Contact us", id: "/contact-us" }, ]} @@ -52,7 +51,7 @@ export default function ContactUsPage() {