diff --git a/components/home/Hero.tsx b/components/home/Hero.tsx index 1fb8881d..a6d3cfb4 100644 --- a/components/home/Hero.tsx +++ b/components/home/Hero.tsx @@ -8,12 +8,12 @@ export default function Hero() { const t = useTranslations('Home.hero'); return ( -
+
- + {t.rich('title', { green: (chunks) => ( @@ -23,15 +23,15 @@ export default function Hero() { ) })} -

+

{t('subtitle')}

-
- -
diff --git a/components/home/HeroIllustration.tsx b/components/home/HeroIllustration.tsx index 8670db40..18eb09d6 100644 --- a/components/home/HeroIllustration.tsx +++ b/components/home/HeroIllustration.tsx @@ -166,7 +166,7 @@ export default function HeroIllustration() {