From 9a821fc3f4752bcf5d88451feeb9106e9a2fbbe7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:29:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4596346..5ca085e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,10 +19,10 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="medium" - background="none" - cardStyle="solid" - primaryButtonStyle="gradient" - secondaryButtonStyle="solid" + background="noise" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" headingFontWeight="semibold" > -- 2.49.1