From b0f6010b9efabbc4d8009a8f2ee6a899992a7d1e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 21:39:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 460 ++++++++++++++--------------------------------- 1 file changed, 139 insertions(+), 321 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25fdbd9..35ce847 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,337 +19,155 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1