From c066c224e5ff2567fde7095549efed2d2896a3b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:03:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 327 +++++++++++++++-------------------------------- 1 file changed, 102 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cf4b0f..05be334 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,239 +16,116 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1