From 6ea57cfe008e9c7c31f49955926cbad2bdd8f0fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:37:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 393 ++++++++++++++--------------------------------- 1 file changed, 117 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf8c8f1..5b439d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,292 +19,133 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1