From 4df8b323f838d0cd722995cb685d40a87b83d630 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:40:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 389 +++++++++++++++-------------------------------- 1 file changed, 123 insertions(+), 266 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c7ba84..782b0f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,281 +18,138 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1