From 0ce0aad22b0541971a93d91f2d982edf088961c6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:30:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 501 ++++++++++++++--------------------------------- 1 file changed, 146 insertions(+), 355 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7827e86..5169181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,372 +20,163 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1