From f07585b2bbde3a2fe96fc27cb2c6987e62d38e63 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:45:22 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e2e3d53..fd814c6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -88,7 +88,6 @@ export default function BlogPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 bg-gradient-to-b from-blue-50 to-white" - descriptionClassName="text-xl text-gray-700 mb-12" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8" cardClassName="bg-white rounded-xl overflow-hidden shadow-subtle-shadow hover:shadow-lg transition-shadow" imageClassName="w-full h-48 object-cover" @@ -141,7 +140,6 @@ export default function BlogPage() { useInvertedBackground={true} animationType="smooth" containerClassName="py-20 bg-blue-50" - descriptionClassName="text-xl text-gray-700 mb-12 max-w-2xl" faqsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8" columnClassName="space-y-4" accordionClassName="bg-white rounded-lg shadow-subtle-shadow overflow-hidden"