diff --git a/app/components/About.tsx b/app/components/About.tsx index a2c1ca6..0576f22 100644 --- a/app/components/About.tsx +++ b/app/components/About.tsx @@ -1,32 +1,31 @@ export function About() { return ( -
+
- {/* Left: text content — flex-[1_0_0] = flex: 1 0 0, no shrink, exactly 50% */} -
+ {/* Left: text content */} +
- {/* Large serif statement — width-constrained as per design */} + {/* Large serif statement */}

Ich glaube nicht, dass Menschen mehr Disziplin brauchen.

{/* Quote row: script quote + golden divider + author bio */} -
+
- {/* Caveat script text with signature positioned below */} + {/* Caveat script text with signature */}

Ich glaube,

sie brauchen 

weniger Reibung.

- {/* Signature — absolute, sits just below the three Caveat lines (3 × 32px = 96px) */}
- {/* Golden vertical divider + author lines */} -
+ {/* Golden divider + author */} +

Björn.

Führungskraft.

@@ -57,8 +56,8 @@ export function About() {
- {/* Right: author photo — flex-[1_0_0] keeps it at exactly 50% */} -
+ {/* Right: author photo */} +
Björn +
{/* Section header */} -
+

Neue Impulse

Gedanken, Methoden & Impulse

{/* Posts grid */} -
+
- {/* Featured post — thumbnail flush left, card clips with overflow-hidden */} -
-
+ {/* Featured post: stacked on mobile, side-by-side on lg+ */} +
+
-
+
-
+
{featured.category} {featured.readTime}
-
+

{featured.title}

@@ -81,22 +81,21 @@ export function Blog() {
→ Zum Beitrag
- {/* Secondary posts — thumbnail with own rounded-xl, card py-2 only */} -
+ {/* Secondary posts: 1-col mobile → 2-col md+ */} +
{secondary.map((post) => (
- {/* Thumbnail: own border-radius so it sits neatly inside the padded card */} -
+
-
-
+
+
{post.category} {post.readTime}
-
+

{post.title}

-

+

{post.excerpt}

→ Zum Beitrag diff --git a/app/components/Divider.tsx b/app/components/Divider.tsx index 2f7db5e..249cb5a 100644 --- a/app/components/Divider.tsx +++ b/app/components/Divider.tsx @@ -1,7 +1,7 @@ export function Divider() { return ( -
-
+
+

+