From 3bbbea30f80016875947b0966a063a3deaa80963 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 06:01:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 414 ++++++++++++++--------------------------------- 1 file changed, 121 insertions(+), 293 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a57452a..d7fda33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,307 +17,135 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1