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

Ich glaube nicht, dass Menschen mehr Disziplin brauchen.

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

Ich glaube,

sie brauchen 

weniger Reibung.

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

Björn.

Führungskraft.

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

Neue Impulse

Gedanken, Methoden & Impulse

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

{featured.title}

@@ -81,21 +81,22 @@ export function Blog() {
→ Zum Beitrag
- {/* Secondary posts: 1-col mobile → 2-col md+ */} -
+ {/* Secondary posts — thumbnail with own rounded-xl, card py-2 only */} +
{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 249cb5a..2f7db5e 100644 --- a/app/components/Divider.tsx +++ b/app/components/Divider.tsx @@ -1,7 +1,7 @@ export function Divider() { return ( -
-
+
+

+