From b07fff3181428304f3b28439e07b4ba825646855 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:27:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 487 ++++++++++++++--------------------------------- 1 file changed, 147 insertions(+), 340 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ed6066..cbf7e04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,356 +19,163 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1