From f1ae0d65737b81a02be4b260af5978321ca2f1b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 13:18:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 282 ++++++++++++++++------------------------------- 1 file changed, 92 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 027d0bd..b6da416 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,204 +16,106 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
-
+
+
-
- -
+
+ +
- +
); -- 2.49.1