From 5600d4d1a06bbdad35882e291f9ca80781fb9019 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:44:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 319 +++++++++++++++-------------------------------- 1 file changed, 104 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38434a8..995c2cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,229 +16,118 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file