From 1ee4bc48e4ab0cfdec3f089ddd847e8862a075ed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:46:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 543 +++++++++++++---------------------------------- 1 file changed, 142 insertions(+), 401 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80963c4..7b8764d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,417 +19,158 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" 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