From b4f97061b79183b2c198741515b192510c6bf39a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:25:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 514 +++++++++++++---------------------------------- 1 file changed, 143 insertions(+), 371 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc96b82..1c5df89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,388 +18,160 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1