From 2ca6f577bd9170a1c0021ac303e6593cc6fde64e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 27 Mar 2026 12:39:39 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ad953f..9f2177c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background={{ type: "aurora" }} cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" -- 2.49.1 From 11d2efc0b6f30ed32235735eb36e28e159e0ee37 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:39:53 +0000 Subject: [PATCH 2/2] 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 -- 2.49.1