From 6ba0e29eb3b8b2e243d829d0ca2041fe6a2f0e36 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:13:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 +++++++++++++++-------------------------------- 1 file changed, 92 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d98c476..25118e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,212 +16,106 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1