From 5fd1954f4eb7e962c815eadaee8a13b921b542bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:44:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 352 ++++++++++++++++------------------------------- 1 file changed, 117 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e8ec4c..86ffe30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,250 +18,132 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="background-highlight" 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