From 3f3c2d9b3b89baeac9bb7274cd1b30b8379852af Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:45:29 -0600 Subject: [PATCH] Update noise texture --- app/components/HeroDecor.js | 14 +++++++------- app/components/QuoteBlock.js | 9 +++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/app/components/HeroDecor.js b/app/components/HeroDecor.js index ab12715..725744c 100644 --- a/app/components/HeroDecor.js +++ b/app/components/HeroDecor.js @@ -23,9 +23,9 @@ const HeroDecor = ({ className = "" }) => { {/* 1) make noise */} @@ -35,10 +35,10 @@ const HeroDecor = ({ className = "" }) => { result="softNoise" type="matrix" values=" - 0 0 0 0 0 - 0 0 0 0 0 - 0 0 0 0 0 - 0 0 0 0.15 0" + 0.1 0 0 0 0.05 + 0 0.1 0 0 0.05 + 0 0 0.1 0 0.05 + 0 0 0 0.25 0" /> {/* 3) MASK noise to the element's alpha only */} + {/* Background with noise texture */} +
#grain\')', + }} + /> + {/* DECORATIONS (behind content) */} {config.showDecor && (