From 677ac3afa9158aee6b49017cd7cd612133cf5a23 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:11:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 539 +++++++++++++++-------------------------------- 1 file changed, 166 insertions(+), 373 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d5bd4b..3dc6937 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,390 +20,183 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1