From 9ec1977f39197c3f14f5b7cd08ce4abaeacd1cbc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:20:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 +++++++++++++++++------------------------------ 1 file changed, 112 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4652a29..f99c550 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,221 +18,127 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1