From 811f757d1c5b15dfe6d36fb29f9a40eb5f3cabe4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:42:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 467 ++++++++++++----------------------------------- 1 file changed, 119 insertions(+), 348 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8beb390..88dc809 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,362 +17,133 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1