From 703c160ce2678d8311caa43be01fc40958a5aea1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:08:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 423 +++++++++++++++-------------------------------- 1 file changed, 133 insertions(+), 290 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3989d99..d313128 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,307 +19,150 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1