From 50ac4331e1a8825cda6b7373191d705d0448b669 Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Fri, 17 Apr 2026 16:19:21 +0800 Subject: [PATCH] fix drone --- components/landing-page/headers.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)} />} );