From ffaf863a1b8e658805fd0f59e3631e6ae30addb0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:51:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 523 +++++++++++++---------------------------------- 1 file changed, 142 insertions(+), 381 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7234635..8137709 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,398 +20,159 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1