From 2b42e7bb78518c6e33ccb4d65324b19236c25386 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:09:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 490 +++++++++++++---------------------------------- 1 file changed, 128 insertions(+), 362 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 510b28c..8114a6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,377 +17,143 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1