From 4d942299e78d7241898b02c9fe14068e80eac49a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:20:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 589 ++++++++++++++--------------------------------- 1 file changed, 177 insertions(+), 412 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d9959c..418435c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,429 +20,194 @@ 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1