From 0ab0359e63ff705b662dbeb21b05bd7c3d922337 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 08:58:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 +++++++++++++++++------------------------------ 1 file changed, 77 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9c0bec..93a6c06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,147 +15,90 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="background-highlight" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1