From 5a2699ca7d6fb3fd2f2201333b7bac45cb7aa8ef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:54:02 +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 dd106d9..2e8099e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { containerClassName="max-w-7xl mx-auto px-4" textBoxClassName="mb-12" cardTitleClassName="text-4xl font-bold" - descriptionClassName="text-lg text-gray-700 mt-4" + cardDescriptionClassName="text-lg text-gray-700 mt-4" /> -- 2.49.1