From 7bda146b07ff2758e4fa4e123b1d895001e6de88 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:24:46 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3a6959a..de63137 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From c31fbc74767fca3bf9d9e4cd466ce2e68c652e03 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:24:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba59113..75ec59a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,6 +96,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttonAnimation="slide-up" + cardNameClassName="text-sm font-semibold" /> @@ -232,4 +233,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1