From 32a2b8b429687abbac4937cafba45c027a6fa1fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:38:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 412 +++++++++++++++-------------------------------- 1 file changed, 129 insertions(+), 283 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6717a66..7c70708 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,299 +18,145 @@ 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" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1