diff --git a/app/lebensuhr/page.tsx b/app/lebensuhr/page.tsx index 7e5bd12..0efd96f 100644 --- a/app/lebensuhr/page.tsx +++ b/app/lebensuhr/page.tsx @@ -58,6 +58,28 @@ function Quote({ children }: { children: React.ReactNode }) { ); } +// Purely symbolic — no numbers, no data, just a clock silhouette above the +// headline. The earlier clock-face attempts all tried to carry the actual +// age/time data (see git history) and never quite worked; this one carries +// nothing, so there's nothing to get wrong. Hands fixed at ~10:10 (the +// classic symmetric watch-ad position), not "now". +function IconClockSymbol() { + return ( + + ); +} + // Same "icon-above-text, StepArrow-connected" row /7-tage-klarheits-check's // "So funktioniert" section and /todo-cards's/newsletter's own "How it // works" sections use — reused here for the four life phases instead of @@ -172,6 +194,7 @@ export default function LebensuhrPage() { Lebensuhr

+