From 3f50ab034efc3eca0809c84f8ba8e022f86fa39d Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 6 May 2026 11:42:39 +0200 Subject: [PATCH] feat: add minimalist blog section to homepage and refine wording/effects --- apps/web/app/(site)/page.tsx | 47 ++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/apps/web/app/(site)/page.tsx b/apps/web/app/(site)/page.tsx index 711ff72..896d2e1 100644 --- a/apps/web/app/(site)/page.tsx +++ b/apps/web/app/(site)/page.tsx @@ -205,9 +205,52 @@ export default function LandingPage() { - {/* Section 06: Contact */} + {/* Section 06: Blog / Insights */} +
+
+ +

+ Wissen statt Werbung. +

+
+ +
+ +
+ +

+ Warum Websites nach Updates oft brechen – und wie man das + verhindert. +

+ +
+
+ +
+ + Ich teile meine Gedanken zu digitaler Architektur, Fixpreisen + und warum weniger oft mehr ist. + + + Alle Artikel ansehen → + +
+
+
+
+
+ + {/* Section 07: Contact */}
}