From 40f0e5facecfea5f521db7e0f0d57e645ab56392 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 19:24:44 +0000 Subject: [PATCH] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index fcb9a2a..12f5759 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: "Get My Free Estimate", id: "/estimate" }, { name: "Contact us", id: "/contact-us" }, ]} @@ -52,7 +53,7 @@ export default function ContactUsPage() {