diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index d7e2c96..e98d8f7 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,7 +53,7 @@ export default function ContactUsPage() {
+