From ee98d1f71f10283556ab2810625d70dc93deb8e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:36:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 348 ++++++++++++++--------------------------------- 1 file changed, 102 insertions(+), 246 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4aab3a1..2b10fe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,260 +17,116 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" 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