From 65ec20d13ce1614659b66721506882b4dc890e4a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:50:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 395 +++++++++++++---------------------------------- 1 file changed, 109 insertions(+), 286 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8492fe9..89a0235 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,300 +16,123 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1