Update src/app/blog/page.tsx

This commit is contained in:
2026-03-14 18:45:22 +00:00
parent 9636a67c3f
commit f07585b2bb

View File

@@ -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"