From 5e9f2c3aa7d4a8e418be66e4758a3b57f41302e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 23:25:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d05551..55c674a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,8 +85,8 @@ export default function LandingPage() { useInvertedBackground={false} containerClassName="gap-8" cardClassName="hover:shadow-lg transition-shadow" - titleClassName="text-3xl font-extrabold mb-4" - descriptionClassName="text-base text-gray-700" + cardTitleClassName="text-3xl font-extrabold mb-4" + cardDescriptionClassName="text-base text-gray-700" /> -- 2.49.1