From e94cf08c0de47b68f70be47ef5b0f83fe9a70a21 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:21:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 348 +++++++++++++---------------------------------- 1 file changed, 97 insertions(+), 251 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d546057..ebbdc8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,265 +16,111 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1