From f568121ff9adffa9eb5da4acaf1d838fc8311f3b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:16:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 464 ++++++++++++++--------------------------------- 1 file changed, 133 insertions(+), 331 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e01ba03..d59cfa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,346 +18,148 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1