From 6cc1cb9541001f2bb98545af4a5c83d110938bae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:35:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 329 ++++++++++++++--------------------------------- 1 file changed, 98 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b66b320..a566899 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,245 +17,112 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1