From c96618e1dda9b1bfd36200d1bbaee73e6d92b1de Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 02:23:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 ++++++++++++++++------------------------------- 1 file changed, 104 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65d5563..27046aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,228 +16,118 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1