From 41130bb3e067ab0c509bb1c3b9459b16e0203b39 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:57:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 369 +++++++++++++++-------------------------------- 1 file changed, 116 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cebd5c..4e9e13e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,267 +17,130 @@ 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