From 233da47d89f22a6928d09e9333c3b1ff244724f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 15:07:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 372 ++++++++++++++++------------------------------- 1 file changed, 127 insertions(+), 245 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6c2833..7de74c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,261 +19,143 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" 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