feat(landing): redesign homepage with GSAP-driven landing page and new showcase assets

This commit is contained in:
Yusuf İpek
2026-02-22 15:53:53 +03:00
parent 2115d986af
commit f224b0a8a1
13 changed files with 1001 additions and 410 deletions
+18 -1
View File
@@ -123,4 +123,21 @@
body {
@apply bg-background text-foreground;
}
}
}
.noise-overlay {
position: fixed;
inset: 0;
pointer-events: none;
z-index: 40;
opacity: 0.03;
filter: url(#openframe-noise);
mix-blend-mode: soft-light;
}
.noise-overlay::before {
content: "";
position: absolute;
inset: 0;
background: var(--foreground);
}