From d30835a0c8cf480c67468853f28ba56f38afef2d Mon Sep 17 00:00:00 2001 From: Sluijsens Date: Mon, 17 Aug 2026 13:59:47 +0200 Subject: [PATCH] Plaats foto onder de kop i.p.v. bovenaan op mobiel De kop "// over" wordt nu los van de paragrafen gepositioneerd, zodat op mobiel de volgorde kop -> foto -> tekst is in plaats van foto -> kop -> tekst. Desktop-layout (tekst links, foto rechts naast kop + paragrafen) blijft ongewijzigd via de grid-rijen/kolommen. Co-Authored-By: Claude Sonnet 5 --- .../landing/components/AboutSection.tsx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/features/landing/components/AboutSection.tsx b/src/features/landing/components/AboutSection.tsx index 237954b..10ab132 100644 --- a/src/features/landing/components/AboutSection.tsx +++ b/src/features/landing/components/AboutSection.tsx @@ -4,26 +4,26 @@ export function AboutSection() { return (
-
-
-
- - // over - -

- Eén ontwikkelaar, korte lijnen -

-
+
+
+ + // over + +

+ Eén ontwikkelaar, korte lijnen +

+
+
+ foto + Bryan Slop +
+
{aboutContent.paragraphs.map((paragraph) => (

{paragraph}

))}
-
- foto - Bryan Slop -