From 6963f9fc32680f389b3ae388a5f559e14ec18050 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:40:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 487 +++++++++++++++-------------------------------- 1 file changed, 150 insertions(+), 337 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6228d8..589c0b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,354 +19,167 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1