diff --git a/app/lebensuhr/page.tsx b/app/lebensuhr/page.tsx index eed4b98..b2e255e 100644 --- a/app/lebensuhr/page.tsx +++ b/app/lebensuhr/page.tsx @@ -185,23 +185,25 @@ export default function LebensuhrPage() { Stell dir vor, dein ganzes Leben wäre auf einen einzigen Tag mit 24 Stunden komprimiert. Wirst du 90 Jahre alt, sieht das ungefähr so aus:

-
- - - - - - - - + {/* A timeline, not a data table — same "bg-bg-muted rounded card" + treatment the AGB sidebar and the blog author box use, but + shaped like an actual clock scale (dots on a line) since + that reads instantly, where a bare two-column table needed + a caption to explain itself. */} +
+
+
+
{lebensuhrRows.map(([alter, uhrzeit]) => ( -
- - - +
+

{uhrzeit}

+ +

{alter}

+
))} - -
AlterUhrzeit
{alter}{uhrzeit}
+
+ +

Alter in Jahren, bei 90 gelebten Jahren

Und? Wie spät ist es gerade bei dir?