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