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" 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" 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"