From a894e7cc7447ae9a20fac02246b727f5a7146652 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 07:14:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 558 +++++++++++++---------------------------------- 1 file changed, 146 insertions(+), 412 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f91db40..06c2190 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,429 +19,163 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1