From f440d16438c4ce4190789ea223f71a99657d4cde Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 11:32:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 415 ++++++++++++++--------------------------------- 1 file changed, 122 insertions(+), 293 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d8705e..13858f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,308 +17,137 @@ 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