From cf5d7f8739700373ce96dc69dab866041ad0e8f7 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 26 Aug 2026 16:24:13 +0000 Subject: [PATCH] 3x3-system: pull the category row back into the article column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The full-width bg-bg-muted band made the three categories read as a disconnected banner, separate from the paragraph right above it introducing them. Now inline in the same 48rem column as the rest of the article — still icon-above-text with StepArrow connectors, just not broken out into its own section anymore. --- app/3x3-system/page.tsx | 53 +++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/app/3x3-system/page.tsx b/app/3x3-system/page.tsx index b6ebea9..ce8ca6b 100644 --- a/app/3x3-system/page.tsx +++ b/app/3x3-system/page.tsx @@ -159,36 +159,33 @@ export default function DreiXDreiSystemPage() { Kein großes System – eher der Versuch, dem Tag eine klare Richtung zu geben. Statt zehn Prioritäten gleichzeitig treffe ich drei bewusste Entscheidungen, verteilt auf drei Bereiche:

- - {/* 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. */} -
-
- - {categories.flatMap((c, i) => [ - -
- {c.icon} -
-
-

{c.label}

-

{c.desc}

-
-
, - i < categories.length - 1 ? ( -
- -
- ) : null, - ])} -
-
-
+ {/* Same icon-above-text/StepArrow row treatment as + /7-tage-klarheits-check's "So funktioniert" section and + /lebensuhr's phase row — but inline in the article column + now, not broken out into its own full-width bg-bg-muted + band. That band made it read as a separate banner, + disconnected from the paragraph right above it explaining + what these three things are. */} + + {categories.flatMap((c, i) => [ + +
+ {c.icon} +
+
+

{c.label}

+

{c.desc}

+
+
, + i < categories.length - 1 ? ( +
+ +
+ ) : null, + ])} +
-

Mehr kommt nicht auf diese Liste.

{/* Same rounded-xl framed-image treatment /7-tage-klarheits-check's