From ba2e4a414a343cbe5d349b43bd8608598f255dc9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:24:16 +0000 Subject: [PATCH 1/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a2b68b7..47457fd 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: "Request a free estimate", id: "/estimate" }, { name: "Contact us", id: "/contact-us" }, ]} @@ -53,7 +54,7 @@ export default function LandingPage() {