From 7e3e65b103d69d2146f45a2ed7583dc82525088c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:00:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 314 ++++++++++++++++++++--------------------------- 1 file changed, 134 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68a6c35..910330b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,196 +17,150 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="smallMedium" - sizing="largeSmall" - background="none" - cardStyle="solid" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="layered" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1