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 && (