From 6aa9302bd414fe26fcab6de11f9087da266d18c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 10:20:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 276 +++++++++++++++++------------------------------ 1 file changed, 96 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39214cb..b63eb09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,194 +16,110 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1