From 858a9eb274dc7b8db4ba76643e77fb2f6f518c8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 12:07:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 361 ++++++++++++++--------------------------------- 1 file changed, 107 insertions(+), 254 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb96590..fab9e37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,270 +16,123 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="background-highlight" borderRadius="soft" - contentWidth="smallMedium" - sizing="mediumLargeSizeLargeTitles" + contentWidth="medium" + sizing="medium" background="circleGradient" - cardStyle="inset" - primaryButtonStyle="flat" - secondaryButtonStyle="solid" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1