From 536eb615666e1091aa838a288fe0c7583bb6be1a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:26:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 438 +++++++++++++++-------------------------------- 1 file changed, 140 insertions(+), 298 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c681318..2b078f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,316 +21,158 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1