From 9a3bea306cf77fff5164086c4c813cc99b5ffe1a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:29:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 441 ++++++++++++++++------------------------------- 1 file changed, 147 insertions(+), 294 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 165d8bf..32c9e4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,311 +20,164 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" 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