From 07e12da1d39ce0e9cfb525e553683622bc7b4557 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:35:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 443 +++++++++++++++-------------------------------- 1 file changed, 136 insertions(+), 307 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d23c7c8..5f3fcc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,324 +20,153 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="background-highlight" 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