From 36a3f587d1ce8221009c6a987f42ab6dfc740d1a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:29:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 393 ++++++++++++++++------------------------------- 1 file changed, 134 insertions(+), 259 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9b0066..8acce7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,275 +19,150 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1