From 609bd5d7c525e41fb79eadc4b6cf7ae1145a1b1e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:03:36 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 82b4850..b1b26df 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,9 +47,6 @@ export default function LandingPage() { button={{ text: "Get Free Estimate", href: "/contact"}} logoClassName="text-xl md:text-2xl font-bold text-foreground" - mobileNavOverlayClassName="!bg-background !p-8 !gap-6 transition-all duration-300 ease-in-out !justify-start !items-start" - mobileNavLinkClassName="!text-foreground hover:!text-primary-cta !text-xl !font-semibold" - mobileNavButtonClassName="!bg-primary-cta !text-primary-cta-text" /> -- 2.49.1 From b50f5f90e9420f7ae4fab510346543f8fa1e38b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:03:37 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 755fb2c..c0fa393 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,9 +45,6 @@ export default function LandingPage() { button={{ text: "Get Free Estimate", href: "/contact"}} logoClassName="text-xl md:text-2xl font-bold text-foreground" - mobileNavOverlayClassName="!bg-background !p-8 !gap-6 transition-all duration-300 ease-in-out !justify-start !items-start" - mobileNavLinkClassName="!text-foreground hover:!text-primary-cta !text-xl !font-semibold" - mobileNavButtonClassName="!bg-primary-cta !text-primary-cta-text" /> -- 2.49.1 From 2cc71c98adeee79d71d3e3cd54c9bcd721986f10 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:03:37 +0000 Subject: [PATCH 3/3] Update src/app/financing/page.tsx --- src/app/financing/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/financing/page.tsx b/src/app/financing/page.tsx index f9fa5cc..4002d04 100644 --- a/src/app/financing/page.tsx +++ b/src/app/financing/page.tsx @@ -46,9 +46,6 @@ export default function LandingPage() { button={{ text: "Get Free Estimate", href: "/contact"}} logoClassName="text-xl md:text-2xl font-bold text-foreground" - mobileNavOverlayClassName="!bg-background !p-8 !gap-6 transition-all duration-300 ease-in-out !justify-start !items-start" - mobileNavLinkClassName="!text-foreground hover:!text-primary-cta !text-xl !font-semibold" - mobileNavButtonClassName="!bg-primary-cta !text-primary-cta-text" /> -- 2.49.1