From 6fd11b5553960bbdef7323ee42cfa3e424f5e1f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:13:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 337 +++++++++-------------------------------------- 1 file changed, 62 insertions(+), 275 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 296e1d7..db07c1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,27 +20,26 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -388,31 +195,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1