From 933c9b71e496b2943510302c812348c6132c3102 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:25:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 545 +++++++++++++---------------------------------- 1 file changed, 154 insertions(+), 391 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac62a2e..38ad142 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,409 +21,172 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1