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 <cursoragent@cursor.com>
This commit is contained in:
2026-05-06 09:30:34 +02:00
parent 9faca2a859
commit 6083844c24

View File

@@ -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
/>
</div>