From 2466cb3d9a33b1894a79c4471dbe0280a36198f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:33:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 399 +++++++++++++++++------------------------------ 1 file changed, 140 insertions(+), 259 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23c1567..5262149 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,276 +19,157 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1