From fa64e5a4a1e01f808a3b6161a3682ce6f8b8cbf8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:57:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 560 ++++++++++++++--------------------------------- 1 file changed, 162 insertions(+), 398 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfc7325..f41383f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,414 +18,178 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" 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