From cb64f8b90c2e9a9fa4ed34e839c5bd7be9c3e1bb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 04:53:59 +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 a524d64..91689bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="none" + background="floatingGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -309,4 +309,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}