From 7abe38f95044ca1185a58e53bcc058e58028e40b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:22:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 486 ++++++++++++++--------------------------------- 1 file changed, 146 insertions(+), 340 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b66809..4aab17f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,357 +19,163 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1