diff --git a/apps/landing/src/app/homepage/page.tsx b/apps/landing/src/app/homepage/page.tsx index f359f63..3fe196d 100644 --- a/apps/landing/src/app/homepage/page.tsx +++ b/apps/landing/src/app/homepage/page.tsx @@ -100,6 +100,22 @@ const customStyles = ` clip-path: ${generateZigzagClipPath(ZIGZAG_POINTS)}; } + .metal-texture { + position: relative; + overflow: hidden; + } + + .metal-texture::before { + content: ''; + position: absolute; + inset: 0; + background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); + opacity: 0.3; + mix-blend-mode: overlay; + pointer-events: none; + z-index: 3; + } + .shape-future-title { font-family: 'Caveat', cursive; } @@ -666,7 +682,7 @@ function ShapeTheFutureSection() { return (
-
+