From 35d99cffc22b875bb9001eb3525363a37eb56b63 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:54:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 306 ++++++++++++++++------------------------------- 1 file changed, 101 insertions(+), 205 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52b4717..e398537 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,220 +17,116 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1