From 5eeb3da0de6651fe378c1fa0883751aa959361fd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:29:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 328 +++++++++++++++-------------------------------- 1 file changed, 100 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e8f137..148e390 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,242 +17,114 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1