From ea75b0397e08ccf17d88a733f56879089f8756e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:52:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a0cb18..9a12406 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,6 +143,7 @@ export default function LandingPage() { authorContainerClassName="flex items-center gap-2 mt-4 px-4 pb-4" authorAvatarClassName="w-8 h-8 rounded-full object-cover" authorNameClassName="text-sm font-medium text-gray-700" + textBoxDescriptionClassName="text-base text-gray-600 max-w-2xl" dateClassName="text-xs text-gray-500" /> @@ -176,6 +177,7 @@ export default function LandingPage() { gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12" cardClassName="group bg-white rounded-lg border border-gray-200 overflow-hidden hover:border-gray-400 transition-all duration-300 hover:shadow-xl hover:scale-105" cardTitleClassName="text-xl font-bold text-gray-900 mt-4 px-6" + textBoxDescriptionClassName="text-base text-gray-600 max-w-2xl" cardDescriptionClassName="text-sm text-gray-600 mt-2 px-6 pb-6" /> @@ -210,6 +212,7 @@ export default function LandingPage() { textBoxDescriptionClassName="text-base text-gray-600 max-w-2xl" gridClassName="grid grid-cols-1 md:grid-cols-2 gap-8 mt-12" cardClassName="bg-white rounded-lg border border-gray-200 p-8 hover:border-gray-400 transition-all duration-300 hover:shadow-lg" + textBoxDescriptionClassName="text-base text-gray-600 max-w-2xl" testimonialClassName="text-base text-gray-700 italic leading-relaxed mb-6" nameClassName="font-semibold text-gray-900" roleClassName="text-sm text-gray-500" -- 2.49.1