From 7e115825dcf18893d46730be4a2412bccd7b4b44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:35:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 379 +++++++++++++---------------------------------- 1 file changed, 106 insertions(+), 273 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9ad043..c2bf1ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,287 +16,120 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1