From f1a5ce0d76fb3ebb64287a3aef9afb248daa0eaa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:20:17 +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 54b9943..8c8519b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="medium" - background="circleGradient" + background="none" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file