From 64893eced0fc1ddd9e6aee1f67693826a09c0bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:07:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 290 ++++++++++++++++------------------------------- 1 file changed, 98 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec7f5b4..f5ca6be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,206 +17,112 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1