From 51440526b5f248f3d4455318ea8a4d128f1033e3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:29:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 +++++++++++++++-------------------------------- 1 file changed, 91 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a563d1f..66ec13d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,206 +16,105 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1