From 3f7c4b746da8203f4a56901e01d47805d6c83088 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 01:39:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 304 +++++++++++++++++------------------------------ 1 file changed, 108 insertions(+), 196 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8bb647..3b5a393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,210 +17,122 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1