From d9441c4eb5f94056b0d51f2a46033f0c310584e6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:24:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 390 +++++++++++++---------------------------------- 1 file changed, 110 insertions(+), 280 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1925ee..2956376 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,294 +17,124 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1