From 9379401580a09ea6cdb84d03df0701a59fdef70d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:45:23 +0000 Subject: [PATCH] Update src/app/prayer/page.tsx --- src/app/prayer/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/prayer/page.tsx b/src/app/prayer/page.tsx index 2f2f202..d2506ae 100644 --- a/src/app/prayer/page.tsx +++ b/src/app/prayer/page.tsx @@ -156,7 +156,6 @@ export default function PrayerPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 bg-gradient-to-b from-white to-blue-50" - descriptionClassName="text-xl text-gray-700 mb-8" textBoxTitleClassName="text-2xl font-bold text-blue-900 mb-3" textBoxDescriptionClassName="text-gray-700 text-lg mb-6" itemClassName="" @@ -229,7 +228,6 @@ export default function PrayerPage() { textboxLayout="default" useInvertedBackground={true} containerClassName="py-20 bg-blue-50" - descriptionClassName="text-xl text-gray-700 text-center mb-12 max-w-2xl mx-auto" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" cardClassName="bg-white rounded-xl p-8 shadow-subtle-shadow hover:shadow-lg transition-shadow" testimonialClassName="text-gray-700 mb-4 italic" @@ -281,7 +279,6 @@ export default function PrayerPage() { 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"