From 85e18bcf87f18db2f2c182a7575e87dab0132315 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:57:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 412 ++++++++++++++--------------------------------- 1 file changed, 124 insertions(+), 288 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eb924d..b45f7c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,304 +18,140 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file