From e42b288e014001d675977d0c1d85e9e13efeb5c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:35:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 480 +++++++++++++---------------------------------- 1 file changed, 130 insertions(+), 350 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c89ab0..dcb1605 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,366 +19,146 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1