From 298e943d035209169d3fc1a7977ce0fee1f7788f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:24:59 +0000 Subject: [PATCH 1/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 47457fd..a2b68b7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,7 +26,6 @@ export default function LandingPage() { 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" }, ]} @@ -54,7 +53,7 @@ export default function LandingPage() {