fix: Hero-Chevron als clip-path statt separatem Element

clip-path auf der Hero-Section selbst schneidet sauber spitz ab,
kein separates SVG-Element mehr. Video, Overlay und Content
werden alle gleichmässig abgeschnitten.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Code
2026-04-06 19:39:47 +02:00
Ursprung 4e2d78ee1e
Commit d61dcf49d3
2 geänderte Dateien mit 1 neuen und 7 gelöschten Zeilen

Datei anzeigen

@@ -107,11 +107,6 @@ n <!-- Chevron: Hero -> Problem -->
<svg viewBox="0 0 1440 60" preserveAspectRatio="none"><path d="M0,0 L720,60 L1440,0 Z" fill="#0A1832" /><rect y="0" width="1440" height="1" fill="#1a2d4a" opacity="0.3"/></svg>
</div>
<!-- Chevron: Hero -> Problem -->
<div class="divider divider-chevron-into-hero">
<svg viewBox="0 0 1440 100" preserveAspectRatio="none"><path d="M0,100 L720,0 L1440,100 Z" fill="#0A1832"/></svg>
</div>
<!-- Problem Statement (dark) -->
<section class="section section-dark" id="problem">
<div class="container">