From ad589b98705ffa869f6213961cce00150cb030a1 Mon Sep 17 00:00:00 2001 From: Richie Date: Tue, 31 Mar 2026 20:49:07 +1100 Subject: [PATCH] Increase hero gradient for text readability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Top: 35% → 55% opacity (darker reading zone for white text) Middle: 15% → 10% at 60% (landscape stays vibrant) Bottom: 40% → 30% (lighter, less needed with dark landscape) Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/pages/HomePage/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/HomePage/HomePage.tsx b/src/components/pages/HomePage/HomePage.tsx index e9610f5..36323c8 100644 --- a/src/components/pages/HomePage/HomePage.tsx +++ b/src/components/pages/HomePage/HomePage.tsx @@ -226,7 +226,7 @@ export const HomePage = React.forwardRef( position: 'absolute', inset: 0, background: - 'linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.4) 100%)', + 'linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.3) 100%)', }, }} >