From 151e4e1f0c7475dcb1e27f49f0ddb8efc3bceb62 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 16:05:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 380 ++++++++++++++--------------------------------- 1 file changed, 111 insertions(+), 269 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 856d87f..4cffce8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,284 +17,126 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1