From 580b7b16c128b6ee67330067012487ce980b1dc0 Mon Sep 17 00:00:00 2001
From: adilallo <39313955+adilallo@users.noreply.github.com>
Date: Wed, 27 Aug 2025 10:28:26 -0600
Subject: [PATCH] Update noise textures
---
app/components/HeroDecor.js | 6 +++---
app/components/QuoteBlock.js | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/components/HeroDecor.js b/app/components/HeroDecor.js
index 725744c..8ce8adc 100644
--- a/app/components/HeroDecor.js
+++ b/app/components/HeroDecor.js
@@ -35,9 +35,9 @@ const HeroDecor = ({ className = "" }) => {
result="softNoise"
type="matrix"
values="
- 0.1 0 0 0 0.05
- 0 0.1 0 0 0.05
- 0 0 0.1 0 0.05
+ 0.8 0 0 0 0.3
+ 0 0.6 0 0 0.2
+ 0 0 1.0 0 0.4
0 0 0 0.25 0"
/>
{/* 3) MASK noise to the element's alpha only */}
diff --git a/app/components/QuoteBlock.js b/app/components/QuoteBlock.js
index 8252ef4..037e5c4 100644
--- a/app/components/QuoteBlock.js
+++ b/app/components/QuoteBlock.js
@@ -131,7 +131,7 @@ const QuoteBlock = ({
className="absolute inset-0 bg-[var(--color-surface-default-brand-darker-accent)]"
style={{
filter:
- 'url(\'data:image/svg+xml;charset=utf-8,#grain\')',
+ 'url(\'data:image/svg+xml;charset=utf-8,#grain\')',
}}
/>