From 8592e79c42f12c832eeae78abb9cf995b6a19f4a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 09:00:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 +++++++++++++++++------------------------------ 1 file changed, 102 insertions(+), 188 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index faf5b65..a102862 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,202 +16,116 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1