From 0fedb386b43352b3f848154a6dc67bc0b3f2a4fd Mon Sep 17 00:00:00 2001
From: Marco
Date: Wed, 26 Aug 2026 16:17:58 +0000
Subject: [PATCH] Remove the lebensuhr clock-face SVG
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Went through several rounds (dot timeline, 24h dial, 12h dial,
decluttering) without landing right, and there's no way for me to
visually verify an SVG in this environment — kept guessing wrong.
Cutting it rather than continuing to iterate blind. The table stays
as the clear, working data source.
---
app/lebensuhr/page.tsx | 70 ------------------------------------------
1 file changed, 70 deletions(-)
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