From b367652cd9211c5905adaa55266f61d36fa9e1dc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:17:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 331 ++++++++++++++++------------------------------- 1 file changed, 110 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98e0a4a..02f484b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,235 +16,124 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1