From 626398c7d81d34d554cb94ab361f4a78e5df8b71 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:11:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 429 ++++++++++++++--------------------------------- 1 file changed, 126 insertions(+), 303 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e3cc6f..547a86a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,318 +17,141 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1