import Image from "next/image"; import { Reveal } from "./Reveal"; export function About() { return (
{/* Text content — relative + z-10 so it renders above the overlapping photo at md+. Comes first in DOM at every breakpoint (no reorder here — unlike Hero, there's no conversion CTA at stake). */} {/* Large serif statement — width-constrained as per design */}

Ich glaube nicht, dass Menschen mehr Disziplin brauchen.

{/* Quote row: script quote / divider / author bio — side-by-side from md+, stacked with a horizontal divider below md */}
{/* Caveat script text with signature positioned below */}

Ich glaube,

sie brauchen 

weniger Reibung.

{/* Signature underline — hand-drawn organic stroke, sits just below the three Caveat lines (3 × 32px = 96px) */}
{/* Divider — horizontal full-width line below md, vertical gold line beside the author bio from md+ */}

Björn.

Führungskraft.

Familienmensch.

Gründer von einfach-produktiv.

{/* Author photo — overlaps the text column via -ml-48 from md+ only (that overlap trick has nothing to blend into once stacked); plain full-width photo below the text on Mobile. */} Björn {/* Left gradient: wide enough to cover the text-column overlap — md+ only */}
); }