From c5ac29654221ba133b0ce599a477bea265af399d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:38:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 419 +++++++++++++++-------------------------------- 1 file changed, 129 insertions(+), 290 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee9aec7..4cd7d88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,307 +19,146 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1