From 19c79193779708ea9d07c5964951b601668e34c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 08:18:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 336 +++++++++++++++++------------------------------ 1 file changed, 117 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71d4f17..58f9a78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,234 +17,132 @@ 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