diff --git a/components/HomeBanner.tsx b/components/HomeBanner.tsx index bdc998b..9851d9a 100644 --- a/components/HomeBanner.tsx +++ b/components/HomeBanner.tsx @@ -183,23 +183,23 @@ export default function HomeBanner() {
) : null} + {/* Dismiss button */} +
+ +
- {/* Dismiss button */} -
- -
{eyebrow ? ( {eyebrow} @@ -210,10 +210,10 @@ export default function HomeBanner() { {title} ) : null} - {subtitle ? ( + {(subtitle && isDesktop) ? (

{subtitle}

) : null} - {description ? ( + {(description && isDesktop) ? (

{description}

) : null} {ctaLabel ? ( @@ -245,7 +245,7 @@ export default function HomeBanner() { {/* Base content - always present under the banner */} -
+