From 831609dd27226672a0147c830da312866b90c968 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 05:00:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 477 ++++++++++++++--------------------------------- 1 file changed, 142 insertions(+), 335 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dec4da..e559d4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,352 +20,159 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1