From 5b56713a65b6aff82f41ca9b1eacff61a8358da1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 18:18:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 414 +++++++++++++++-------------------------------- 1 file changed, 133 insertions(+), 281 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65b47b4..1a295c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,297 +18,149 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1