hero: oversized stacked display type

This commit is contained in:
kbot
2026-07-06 21:55:50 -05:00
parent 14b9274c47
commit e58f2c7c7c
2 changed files with 18 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ export function HeroCanvas() {
<canvas
ref={canvasRef}
aria-hidden="true"
className="pointer-events-none absolute inset-0 h-full w-full opacity-[0.32]"
className="pointer-events-none absolute inset-0 h-full w-full opacity-[0.4]"
/>
);
}