From 15b69d3a2f6c2d8b6a96f88370b7d506ff5cccbc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 01:44:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 440 ++++++++++++++--------------------------------- 1 file changed, 132 insertions(+), 308 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c32ffa9..9f4885d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,325 +19,149 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1