From a0be4a754eeb372760ddf0f770db121037779c71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 04:27:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 410 +++++++++++++++-------------------------------- 1 file changed, 133 insertions(+), 277 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27b1dfa..93cdd6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,291 +16,147 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1