From 70697aeb6c221d38d4ce3084e14ca2f1e4765f71 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:02:25 +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 bb96db1..b4109f4 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:02:25 +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 32899bb..8d8a2e2 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:02:26 +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 0ddc7ff..20854d6 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:02:26 +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 826dfca..f81f847 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: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, + { items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, ]} /> -- 2.49.1 From 8c227482f04de52aad734e5eaefcd07421ab79f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 18:02:27 +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 a54419c..fe8d9c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() {