From ecfe4a279881f1168150cc842b6630ae527d7be9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:43:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 395 ++++++++++++++--------------------------------- 1 file changed, 116 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 761a27d..b32de57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,293 +17,130 @@ 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