From 121c505838e4d9b49b759cd7ed82c4f5e9b3f6a7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:18:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 379 +++++++++++++++-------------------------------- 1 file changed, 117 insertions(+), 262 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 971eaad..592cdcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,279 +19,134 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1