From 0d171ac04a839cad03548e36438ec475ba0b9b51 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:27:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 382 +++++++++++++++++------------------------------ 1 file changed, 138 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c737aa1..1fd9e21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,258 +17,152 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1