From fff2467d19027ffe9afc65c34501c7246924cc12 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 26 Aug 2026 15:26:36 +0000 Subject: [PATCH] Lebensuhr: replace plain data table with a clock-scale timeline A horizontal dotted line with each age/time pair on it reads as an actual clock scale instead of a bare two-column table needing a caption to explain itself. Same bg-bg-muted rounded-card treatment already used by the AGB sidebar and the blog author box. --- app/lebensuhr/page.tsx | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) 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?