diff --git a/app/lebensuhr/page.tsx b/app/lebensuhr/page.tsx
index 4a75094..7e5bd12 100644
--- a/app/lebensuhr/page.tsx
+++ b/app/lebensuhr/page.tsx
@@ -195,76 +195,6 @@ export default function LebensuhrPage() {
Wirst du 90 Jahre alt, sieht das ungefähr so aus:
- {/* Decorative companion to the table below, not a replacement for
- it — a real 12-hour dial (1–12, like an actual clock face)
- with the 8 ages plotted at their 12-hour position. Only the
- age is labeled here (a version that also spelled out
- time + vorm./nachm. on every point — 3 lines × 8 points —
- read as clutter); the exact time for each age is one glance
- down, in the table. Coordinates are hand-computed from
- lebensuhrRows's own age→time pairs (hour mod 12, -90° so 12
- sits at the top) — if those rows ever change, these need
- updating too. */}
-
-
-
-
Dein Alter auf dem Zifferblatt. Die genaue Uhrzeit dazu steht unten.
-
{/* Still a real table (explicit "Alter"/"Uhrzeit" headers — a
dot-on-a-line version tried here first read ambiguous
without them, and forced a horizontal scroll on mobile for