From 986a5d847a946f53f72a2539511f23a08453ba7a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 12:04:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 262 ++++++++++++++++++----------------------------- 1 file changed, 100 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3ddcac..469698e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,177 +16,115 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="smallMedium" - sizing="largeSmallSizeMediumTitles" - background="fluid" - cardStyle="outline" - primaryButtonStyle="shadow" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="semibold" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1