From ce76c7474d6a9eaef6e86cc66f4ae40b761642c0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:36:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 444 +++++++++++------------------------------------ 1 file changed, 98 insertions(+), 346 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85ee5d7..0b3816b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,362 +19,114 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1