diff --git a/app/lebensuhr/page.tsx b/app/lebensuhr/page.tsx
index 7a90400..65f51fa 100644
--- a/app/lebensuhr/page.tsx
+++ b/app/lebensuhr/page.tsx
@@ -198,44 +198,58 @@ export default function LebensuhrPage() {
{/* Decorative companion to the table below, not a replacement for
it (a version that tried to carry the actual Alter/Uhrzeit
pairs on its own read ambiguous — see the table's own
- comment) — just the 8 ages plotted at their proportional
- clock position, so the "24 Stunden" framing above has an
- actual clock to look at. Coordinates are hand-computed
- (evenly spaced every 40°, since age/90 and time/24 are the
- same proportion), not derived from lebensuhrRows — if the
- rows above ever change, these need updating too. */}
+ comment) — the 8 ages plotted at their proportional clock
+ position, each labeled with its matching time too (age alone
+ didn't make the time connection obvious), plus 00/06/12/18
+ markers on the ring itself so it reads as an actual 24h
+ clock. Coordinates are hand-computed (evenly spaced every
+ 40°/2h, since age/90, time/24 and tick/12 are all the same
+ proportion, with -90° so age/hour 0 sits at the top), not
+ derived from lebensuhrRows — if the rows above ever change,
+ these need updating too. */}
-
+
Alter (fett) und die passende Uhrzeit darunter.
{/* Still a real table (explicit "Alter"/"Uhrzeit" headers — a
dot-on-a-line version tried here first read ambiguous