diff --git a/app/3x3-system/page.tsx b/app/3x3-system/page.tsx index 257d231..1d9ce61 100644 --- a/app/3x3-system/page.tsx +++ b/app/3x3-system/page.tsx @@ -89,20 +89,6 @@ function IconShield() { ); } -// Small decorative mark — same role the clock face plays on -// /lebensuhr/page.tsx (a page-identity graphic, not carrying any -// information of its own). A literal 3×3 dot grid. -function IconGrid3x3() { - const positions = [0, 1, 2].flatMap((row) => [0, 1, 2].map((col) => [row, col] as const)); - return ( - - ); -} - const categories = [ { icon: , label: "Verantwortung", desc: "Etwas, das erledigt werden muss und für das du Verantwortung trägst." }, { icon: , label: "Fortschritt", desc: "Etwas, das dich beruflich oder persönlich ein Stück weiterbringt." }, @@ -185,12 +171,9 @@ export default function DreiXDreiSystemPage() { {/* Full-width band, same structural role AND same icon-above-text/ StepArrow row treatment as /7-tage-klarheits-check's "So funktioniert" section and /lebensuhr's phase row — a plain - 3-card grid here read out of place next to those. IconGrid3x3 - stays as this page's own identity graphic, paralleling - /lebensuhr's clock face. */} + 3-card grid here read out of place next to those. */}
- {categories.flatMap((c, i) => [ diff --git a/app/lebensuhr/page.tsx b/app/lebensuhr/page.tsx index 6941da5..4a75094 100644 --- a/app/lebensuhr/page.tsx +++ b/app/lebensuhr/page.tsx @@ -196,17 +196,15 @@ export default function LebensuhrPage() {

{/* Decorative companion to the table below, not a replacement for - it — a real 12-hour dial (1–12, like an actual clock face; - an earlier version numbered it 0–24, which doesn't exist on - a real clock and read wrong for exactly that reason), with - the 8 ages plotted at their 12-hour position. Since every - day has two laps around a 12h dial, each point also carries - "vorm."/"nachm." — and a filled dot for vormittags vs. a - hollow ring for nachmittags, so the two laps stay visually - distinct even without reading the text. 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. */} + 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. */}
-

- Gefüllter Punkt = vormittags, Ring = nachmittags — jede Uhrzeit läuft schließlich zweimal am Tag über das Zifferblatt. -

+

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