From 234b30ddc84354c17c149ca66663a12e9e1ecca4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 17:09:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 366 +++++++++++++++++------------------------------ 1 file changed, 131 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c65986..6ae1d62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,251 +19,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