From 13edb7df958886f8bfec560da72e1050b21204bc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 14:15:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 361 ++++++++++++++++++----------------------------- 1 file changed, 139 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c69ec8e..c7ad385 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,240 +21,157 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="soft" - contentWidth="smallMedium" - sizing="mediumLarge" - background="floatingGradient" - cardStyle="gradient-bordered" - primaryButtonStyle="double-inset" - secondaryButtonStyle="solid" - headingFontWeight="bold" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1