fix(Hero): blend image into cream background with mix-blend-mode multiply

White/light areas of the photo dissolve into #f5f0e8 without needing
a PNG with alpha transparency.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 21:24:45 +00:00
parent 2d39db3e30
commit c51f5a6b7f
+1 -1
View File
@@ -63,7 +63,7 @@ export function Hero() {
<img
alt="Notizbuch mit Tagesplan und Kaffee"
src="/hero.jpg"
className="absolute inset-0 max-w-none object-cover w-full h-full"
className="absolute inset-0 max-w-none object-cover w-full h-full mix-blend-multiply"
/>
</div>