feat(home): wire ParallaxImage hero to homepage; tweak crossfade to 700ms

This commit is contained in:
daniel-c-harvey
2026-06-11 12:12:35 -04:00
parent c59f59c3fe
commit 9d7f2ff003
2 changed files with 12 additions and 1 deletions
@@ -36,7 +36,7 @@
.layer-2 {
opacity: 0;
transition: opacity 400ms ease;
transition: opacity 700ms ease;
}
.parallax-window:hover .layer-2 {