From acffc94d0463ba0c3352badd21353ff50be44647 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:13:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 ++++++++++++++++------------------------------- 1 file changed, 96 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b195ff1..c8844b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,209 +16,110 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1