From 0ec510ab11d179308c7fd67747d5da5319a331bb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:28:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 428 ++++++++++++++--------------------------------- 1 file changed, 129 insertions(+), 299 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 469d352..6da55d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,315 +18,145 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" 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