From ae747f08b2a3a6f4c7b85e27a93a7e675e3c4ae5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:04:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 357 ++++++++++++++--------------------------------- 1 file changed, 104 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a182e2..a7bcaab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,267 +16,118 @@ 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 -- 2.49.1