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\')',
}}
/>