From 531e1a49f81ebabe1f7d65ed4015b2431bcea26e Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 3 Jul 2026 14:45:37 +0200 Subject: [PATCH] fix: remove inline opacity: 0 from HeroSection and use animation-fill-mode both to prevent invisible text --- components/blocks/HeroSection.tsx | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/blocks/HeroSection.tsx b/components/blocks/HeroSection.tsx index d8061187d..3895f2bbf 100644 --- a/components/blocks/HeroSection.tsx +++ b/components/blocks/HeroSection.tsx @@ -60,26 +60,26 @@ export const HeroSection: React.FC = (props) => { className={`max-w-4xl ${alignment === 'center' ? 'mx-auto' : ''}`} > {badge && ( -
+
{badge}
)} -
+
{title}
{subtitle && ( -
+

{subtitle}

)} {ctaLabel && ctaHref && ( -
+