From be7f72bb6c915bf9dcb2044f628e2063bfeb278d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 01:35:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 331 ++++++++++++++++------------------------------- 1 file changed, 112 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34aea1f..975e327 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,233 +16,126 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1