From c5cff27cfaa07106c2656fb2ab11264836f126d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:05:04 +0000 Subject: [PATCH] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 0cd1c7b..f8f9fc0 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -26,6 +26,7 @@ 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" }, ]} @@ -52,8 +53,7 @@ export default function ContactUsPage() {