From 0f1c9c82a075e6888e2894509594f53c202b28df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:03:13 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b4109f4..549b540 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { Date: Sun, 3 May 2026 18:03:14 +0000 Subject: [PATCH 2/5] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 8d8a2e2..6981660 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -53,7 +53,7 @@ export default function ContactUsPage() { Date: Sun, 3 May 2026 18:03:14 +0000 Subject: [PATCH 3/5] Update src/app/estimate/page.tsx --- src/app/estimate/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/estimate/page.tsx b/src/app/estimate/page.tsx index 20854d6..5ed6c6b 100644 --- a/src/app/estimate/page.tsx +++ b/src/app/estimate/page.tsx @@ -58,7 +58,7 @@ export default function EstimatePage() { Date: Sun, 3 May 2026 18:03:15 +0000 Subject: [PATCH 4/5] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index f81f847..dc4c86b 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -58,7 +58,7 @@ export default function FleetPage() { logoImageClassName="scale-75 hidden" columns={[ { items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }, { label: "Contact Us", href: "/contact-us" }] }, - { items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, + { items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy policy", href: "#" }, { label: "Terms", href: "#" }] }, ]} /> -- 2.49.1 From 865d270fcaed46010e309bd876c74d2cf6d46a3f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:03:15 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe8d9c9..e31ade9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() {