From 1f8450cfb2dae706ca69ca94e9564074167c7371 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:20:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 555 +++++++++++++---------------------------------- 1 file changed, 149 insertions(+), 406 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5782752..c11a24e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,423 +20,166 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="background-highlight" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1