From f8a5b4caab3e12ae9d0a81915bcbf93a06162894 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 30 Jun 2026 20:38:18 +0000 Subject: [PATCH] fix(Hero): self-stretch image fills full height, icon as SVG, Playfair 600 Co-Authored-By: Claude Sonnet 4.6 --- app/components/Hero.tsx | 48 +++++++++++------------ app/layout.tsx | 2 +- public/{icon-check.png => icon-check.svg} | 0 3 files changed, 24 insertions(+), 26 deletions(-) rename public/{icon-check.png => icon-check.svg} (100%) diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx index df74c39..e33cdc1 100644 --- a/app/components/Hero.tsx +++ b/app/components/Hero.tsx @@ -9,12 +9,11 @@ const avatars = [ export function Hero() { return ( -
+
{/* Left: text content */} -
+
- {/* Heading */}

.

- {/* Subheading */}

Für Menschen mit Familie, Verantwortung und zu wenig Zeit

- {/* CTA */} - - Starte mit der 7-Tage-Challenge - - +
+ + Starte mit der 7-Tage-Challenge + + +
- {/* Social proof */}
{avatars.map((avatar, i) => (
{avatar.alt}
))} @@ -67,8 +65,8 @@ export function Hero() {
- {/* Right: hero image */} -
+ {/* Right: hero image — self-stretch fills full section height */} +