From e72ce1f22c7f801b0c1b1d6f071d4ecaf1e79062 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:48:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b26613..660a21a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="medium" - background="blurBottom" + background="fluid" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -321,4 +321,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file