From b448f934a54e51e4fd9249eb536fd2304df614a2 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 30 Jun 2026 20:53:00 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20add=20Divider=20section=20=E2=80=94=20K?= =?UTF-8?q?larheit=20=E2=86=92=20Fokus=20=E2=86=92=20Entlastung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/components/Divider.tsx | 57 +++++++++++++++++++++++++++++++++ app/page.tsx | 2 ++ public/icon-separator-right.svg | 3 ++ public/icon-separator.svg | 3 ++ 4 files changed, 65 insertions(+) create mode 100644 app/components/Divider.tsx create mode 100644 public/icon-separator-right.svg create mode 100644 public/icon-separator.svg diff --git a/app/components/Divider.tsx b/app/components/Divider.tsx new file mode 100644 index 0000000..2f7db5e --- /dev/null +++ b/app/components/Divider.tsx @@ -0,0 +1,57 @@ +export function Divider() { + return ( +
+
+ +

+ Klarheit +

+ + {/* Arrow separator (flipped) */} +
+
+
+ +
+
+
+ +

+ Fokus +

+ + {/* Arrow separator (flipped) */} +
+
+
+ +
+
+
+ +

+ Entlastung +

+ + {/* Sparkle icon */} +
+
+
+ +
+
+
+ +
+
+ ); +} diff --git a/app/page.tsx b/app/page.tsx index 002503a..c70e94d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,9 +1,11 @@ import { Hero } from "./components/Hero"; +import { Divider } from "./components/Divider"; export default function Home() { return (
+
); } diff --git a/public/icon-separator-right.svg b/public/icon-separator-right.svg new file mode 100644 index 0000000..81b96f0 --- /dev/null +++ b/public/icon-separator-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/icon-separator.svg b/public/icon-separator.svg new file mode 100644 index 0000000..fa3898e --- /dev/null +++ b/public/icon-separator.svg @@ -0,0 +1,3 @@ + + +