From 62728798525e1c8e1689038eea9633378e794a84 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:16:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 ++++++++++++++++------------------------------- 1 file changed, 109 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4d380b..251cd8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,222 +18,124 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1