Remove placeholder cat images

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yvierkoetter
2026-06-18 23:33:18 +02:00
parent b1a4697769
commit c767765986
11 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
// Background at 55%, text at 80% — both slower than normal, image slowest
if (heroBg) heroBg.style.transform = 'translateY(' + (s * 0.25) + 'px)';
if (heroFg) heroFg.style.transform = 'translateY(' + (s * 0.15) + 'px)';
if (heroFg) heroFg.style.transform = 'translateY(' + (s * 0.05) + 'px)';
// Scroll arrow fades out over the first 30% of hero height
if (heroScroll) {