From 9c5d5518bb0bab2b6b9e65bb212fb61c1c7c92a4 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 29 May 2026 01:00:02 +0200 Subject: [PATCH] fix(frontend): add blur overlay on landing page for better text contrast --- thoughts-frontend/components/landing-page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thoughts-frontend/components/landing-page.tsx b/thoughts-frontend/components/landing-page.tsx index 66f5566..78f6e0d 100644 --- a/thoughts-frontend/components/landing-page.tsx +++ b/thoughts-frontend/components/landing-page.tsx @@ -5,6 +5,8 @@ import { LandingFeatures } from "./landing-features"; export function LandingPage() { return (
+ {/* Background blur overlay */} +
{/* Ambient orbs */}