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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user