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 from sm+. Comes first in DOM at every breakpoint (no reorder here — unlike Hero, there's no conversion CTA at stake). Used to be md:flex-[1.4_0_0] lg:flex-[1_0_0]: a two-step ratio where Tablet got a wider, non-overlap-ready share and only reverted to the real 1:1.4 Desktop ratio at lg: — that in-between step existed purely to compensate for the grid arriving (at the old md: 768px) before the fluid tokens had room to shrink. Now the grid itself starts at sm: (640px), aligned with the fluid floor, so the single real ratio applies from sm: up directly — no intermediate step needed. */} {/* 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 only from lg: (1024px), a deliberate exception to the site's sm: (640px) structural consolidation: quote + divider + the whitespace-nowrap bio ("Gründer von einfach-produktiv.") together need more room than the sm:-anchored text column has through the whole 640-1023px range, independent of the outer text/image ratio above. Stacked with a horizontal divider through that whole range instead, side-by-side (vertical divider) only once there's real room at lg:. */}
{/* 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 lg:, vertical gold line beside the author bio from lg: */}

Björn.

Führungskraft.

Familienmensch.

Gründer von einfach-produktiv.

{/* Author photo — overlaps the text column via -ml-48 from sm+ now (moved down together with the ratio collapse above — the overlap trick and the 1:1.4 share are the same Desktop-style treatment, previously gated behind the extra lg: step for the same reason the ratio was, so both move together); plain full-width photo below the text on true Mobile only. */} Björn {/* Left gradient: wide enough to cover the text-column overlap — moved to sm+ with the overlap itself */}
); }