diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro
index a4c9d02..288da2a 100644
--- a/site/src/pages/index.astro
+++ b/site/src/pages/index.astro
@@ -86,7 +86,7 @@ const mechanics = [
height: 100%;
object-fit: cover;
object-position: 50% 50%;
- filter: saturate(.95) contrast(1.05);
+ filter: saturate(.72) contrast(1.08);
animation: expose 1.3s cubic-bezier(.2,.75,.2,1) both;
}
.hero::before {
@@ -101,7 +101,7 @@ const mechanics = [
}
@keyframes expose {
from { clip-path: inset(0 0 100% 0); filter: brightness(2.6) saturate(0); }
- to { clip-path: inset(0); filter: saturate(.95) contrast(1.05); }
+ to { clip-path: inset(0); filter: saturate(.72) contrast(1.08); }
}
.nav {
position: absolute;
@@ -261,11 +261,11 @@ const mechanics = [
-
+