From 25c1af941926704fecaf173b30b114621410967e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:32:53 +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 f056ee0..ca51953 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="medium" - background="floatingGradient" + background="noiseDiagonalGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -197,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1