From df970a65ed4eee850ba7ba4ae4854d596955bd7e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 12:51:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 906559d..0e62d0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,8 +19,8 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="large" - background="noise" - cardStyle="gradient-mesh" + background="fluid" + cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" headingFontWeight="semibold" @@ -42,7 +42,7 @@ export default function LandingPage() {
@@ -124,7 +124,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1