From c7292de576ce877a75e0eb99a22b010160f62c72 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:34:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 431 +++++++++++++++-------------------------------- 1 file changed, 139 insertions(+), 292 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e87562..8a8c0bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,309 +20,156 @@ 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file