From 105384d8379015466e4301a3ae98ee6e1e35f79f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:25:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 474 +++++++++++++++-------------------------------- 1 file changed, 148 insertions(+), 326 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b4ec24..7643dbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,343 +20,165 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1