From f7f15dfb12f69f11690d3ee755e7edd1f1f8093c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:33:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 +++++++++++++++-------------------------------- 1 file changed, 97 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 290e045..49d4684 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,217 +15,110 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1