From 6a8632d57a17c0ba68c89e9b5bb9ce0bc069048d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 07:47:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 560 +++++++++++++---------------------------------- 1 file changed, 147 insertions(+), 413 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bfb7a2..098efb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,430 +19,164 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1