diff --git a/components/landing-page/headers.tsx b/components/landing-page/headers.tsx index 36f6492..dec1fc4 100644 --- a/components/landing-page/headers.tsx +++ b/components/landing-page/headers.tsx @@ -36,7 +36,6 @@ export default function Header({ hero }: { hero?: CmsHeroContent | null }) {
- {/* HERO */}

@@ -51,7 +50,7 @@ export default function Header({ hero }: { hero?: CmsHeroContent | null }) {

) : null} - {(primaryCta || secondaryCta) ? ( + {primaryCta || secondaryCta ? (
{primaryCta ? (

- {/* CONTACT MODAL */} {contactOpen && setContactOpen(false)} />} );