From 02b2d10eef5827e8be2b5967812eb41f7603cbd2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:54:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66a4d6a..1484c00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file