import Link from "next/link"; import Image from "next/image"; export function Hero() { return (
{/* Left: text content */}
{/* Heading — fluid size: 2rem mobile → 4rem desktop */}

Produktivität darf sich leicht anfühlen .

{/* Subheading — fluid: 1.125rem → 1.5rem */}

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

{/* CTA */} Starte mit der 7-Tage-Challenge
{/* Social proof */}
{["/avatar-1.jpg", "/avatar-2.jpg", "/avatar-3.jpg"].map((src, i) => (
))}

10.000+ Menschen vertrauen einfach-produktiv

{/* Right: hero image — full width on mobile, fixed column on desktop */}
); }