From 4dbf566f0c0f33fa9e2d2611e9683166bb72792b Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sun, 25 Jan 2026 13:38:14 +0100 Subject: [PATCH] hero on mobile --- components/home/Hero.tsx | 12 ++++++------ components/home/HeroIllustration.tsx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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() {