From c39f7b5d75831484c04ea2a3e1aeadb81ac34344 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:15:22 +0000 Subject: [PATCH] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 1d919c3..a63be3c 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: "Request a free estimate", id: "/estimate" }, { name: "Contact us", id: "/contact-us" }, ]} @@ -53,7 +52,7 @@ export default function ContactUsPage() {