Update src/app/prayer/page.tsx

This commit is contained in:
2026-03-14 18:45:23 +00:00
parent 3cd795147f
commit 9379401580

View File

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