From f38654923121a2ef9c108f850db5a24ab123c159 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:51:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 405 ++++++++++------------------------------------- 1 file changed, 87 insertions(+), 318 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7f7ca8..d2b152a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,331 +16,100 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1