From 7bcc27e171ee0214e87c98c75397d62d82114121 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:52:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 262 ++++++++++++++++------------------------------- 1 file changed, 90 insertions(+), 172 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c5259a..bd790e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,186 +17,104 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1