From f482536553ee4efbc906f320517fa81a0742db6b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:58:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 403 ++++++++++++++++------------------------------- 1 file changed, 133 insertions(+), 270 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c14e82..d7e153e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,287 +20,150 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1