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 && ( -
+