From 317a8db75ca5c4365591dc82b271ef414a7b3294 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:02:43 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 078f839..82b4850 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { brandName="Apex Roofing Solutions" button={{ text: "Get Free Estimate", href: "/contact"}} - logoTextClassName="text-xl md:text-2xl font-bold text-foreground" + 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 bf4612f0730375c58a537dfaea5f8edec0223dda Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:02:43 +0000 Subject: [PATCH 2/3] 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 a664e2f..755fb2c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { brandName="Apex Roofing Solutions" button={{ text: "Get Free Estimate", href: "/contact"}} - logoTextClassName="text-xl md:text-2xl font-bold text-foreground" + 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 bc4a56bbf615dc98857597d5c528ba5e66fb0338 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:02:44 +0000 Subject: [PATCH 3/3] Update src/app/financing/page.tsx --- src/app/financing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/financing/page.tsx b/src/app/financing/page.tsx index 7652909..f9fa5cc 100644 --- a/src/app/financing/page.tsx +++ b/src/app/financing/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { brandName="Apex Roofing Solutions" button={{ text: "Get Free Estimate", href: "/contact"}} - logoTextClassName="text-xl md:text-2xl font-bold text-foreground" + 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