From 3724a927d71d73bbe8aec31fce828ab2cc9111ee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 13:51:48 +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 c91983c..be71e08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="noise" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -140,4 +140,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}