From 7225c4b0a1c016a71f0e2879d714c4150ce52cd8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:36:25 +0000 Subject: [PATCH] Update 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 6b9802f..6f373b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function LandingPage() { ]} containerClassName="bg-background text-foreground" cardTitleClassName="text-primary-cta text-xl font-bold" - descriptionClassName="text-foreground text-base" + cardDescriptionClassName="text-foreground text-base" /> -- 2.49.1