From e0f1ba5dc4ff6ef8090f1e8c26cdcdcd8f35f0b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:43:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 338 +++++++++++++++++------------------------------ 1 file changed, 121 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11bf1d7..dc24346 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,233 +18,137 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1