From 4ce5eb92b1dee93526955c60876789a6a30fe6e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 09:24:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 362 +++++++++++++++-------------------------------- 1 file changed, 118 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1505f15..f83135f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,258 +16,132 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file