diff --git a/app/3x3-system/page.tsx b/app/3x3-system/page.tsx
index e8c533b..c99baa4 100644
--- a/app/3x3-system/page.tsx
+++ b/app/3x3-system/page.tsx
@@ -1,7 +1,7 @@
import type { Metadata } from "next";
import Link from "next/link";
import Image from "next/image";
-import { Reveal } from "../components/Reveal";
+import { Reveal, RevealGroup, RevealItem } from "../components/Reveal";
import { Footer } from "../components/Footer";
const title = "Das 3×3-System: Zu wenig geschafft oder zu viel gewollt?";
@@ -84,6 +84,20 @@ function IconShield({ color }: { color: string }) {
);
}
+// 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: { color: string; icon: (color: string) => React.ReactNode; label: string; desc: string }[] = [
{ color: "#ef4444", icon: (c) =>
{c.label}
-{c.desc}
-{c.label}
+{c.desc}
+Mehr kommt nicht auf diese Liste.
{/* Same rounded-xl framed-image treatment /7-tage-klarheits-check's