From 6083844c243af6ad4f1680fcffeb8c932f97b273 Mon Sep 17 00:00:00 2001 From: Matthias Meister Date: Wed, 6 May 2026 09:30:34 +0200 Subject: [PATCH] Hero: rote Rasterfugen zwischen Webcam-Pixel-Kacheln entfernen gapRatio 0 und borderOpacity 0, damit der Primary-Hintergrund nicht als rotes Gitter zwischen den Tiles sichtbar wird. Co-authored-by: Cursor --- src/components/landing-hero-section.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/landing-hero-section.tsx b/src/components/landing-hero-section.tsx index 6ffbf8a..2c6c3f4 100644 --- a/src/components/landing-hero-section.tsx +++ b/src/components/landing-hero-section.tsx @@ -65,10 +65,10 @@ const LandingHeroSection = () => { colorMode="redscale" backgroundColor={PRIMARY_HERO_BG} mirror - gapRatio={0.12} + gapRatio={0} darken={0.08} borderColor="#ffffff" - borderOpacity={0.05} + borderOpacity={0} quietWebcamErrors />