From 11d2efc0b6f30ed32235735eb36e28e159e0ee37 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:39:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++++++++++++++------------------------------ 1 file changed, 103 insertions(+), 193 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f2177c..a95407b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,211 +18,121 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background={{ type: "aurora" }} + background="aurora" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file