From f147e92b369e8684902461e2701a03f8d9dd03f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:00:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 361 +++++++++++++++-------------------------------- 1 file changed, 112 insertions(+), 249 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1318593..1725444 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,264 +18,127 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1