From b49b29f5d6a8684b14d6172f75eeda7bcbb286bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:01:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 414 ++++++++++++++++------------------------------- 1 file changed, 136 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c524966..0a6d4b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,294 +19,152 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1