diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0426184..18f3bfa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,6 +26,7 @@ export default function LandingPage() { 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" }, ]} @@ -53,7 +54,7 @@ export default function LandingPage() {