From a13a4ffc99942911f36ebab46851ac369c0d72c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:02:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 530 ++++++++++++++--------------------------------- 1 file changed, 159 insertions(+), 371 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07f488d..5d62071 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,387 +19,175 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" 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