From 8b24bfaa229cc1d5ee4ee2aadce2dfd2053f0c94 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:57:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fd0db6..4f41483 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { imageAlt="Pride celebration community" textPosition="bottom-left" showBlur={true} - showDimOverlay={true} + showDimOverlay={false} buttons={[ { text: "Join Community", href: "#about" }, { text: "Learn More", href: "#features" }