From 90e7664f269c187c4379befbef456aadabfb7bb0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:26:03 +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 4745ee3..73488c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,7 +121,7 @@ export default function Page() { useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 py-16" cardTitleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12 max-w-3xl" + cardDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-3xl" /> -- 2.49.1