From d5ab839782bd77ac6479a68371c7ed3b8007201f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:15:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 441 ++++++++++++++--------------------------------- 1 file changed, 134 insertions(+), 307 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2c7d13..7393875 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,324 +20,151 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1