From c884968bdb8b9779bbf4e64c4fdf452a4b20e83a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 12:59:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 +++++++++++++++-------------------------------- 1 file changed, 92 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f766996..f0f4d68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,212 +16,106 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1