diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 55191d2..f17e8fc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -130,10 +130,10 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 bg-gradient-to-b from-white to-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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="" /> @@ -180,7 +180,6 @@ export default function AboutPage() { useInvertedBackground={true} animationType="smooth" containerClassName="py-20 bg-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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" diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 67b566a..e2e3d53 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" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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" @@ -142,7 +141,6 @@ export default function BlogPage() { useInvertedBackground={true} animationType="smooth" containerClassName="py-20 bg-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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" diff --git a/src/app/page.tsx b/src/app/page.tsx index 192c2a4..be6f883 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,10 +203,10 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 bg-gradient-to-b from-white to-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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="" /> @@ -276,7 +276,6 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} containerClassName="py-20 bg-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-center text-blue-900" 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" @@ -357,7 +356,6 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 bg-gradient-to-b from-blue-50 to-white" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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" diff --git a/src/app/prayer/page.tsx b/src/app/prayer/page.tsx index 1f29344..2f2f202 100644 --- a/src/app/prayer/page.tsx +++ b/src/app/prayer/page.tsx @@ -156,10 +156,10 @@ export default function PrayerPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 bg-gradient-to-b from-white to-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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 +229,6 @@ export default function PrayerPage() { textboxLayout="default" useInvertedBackground={true} containerClassName="py-20 bg-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-center text-blue-900" 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" @@ -282,7 +281,6 @@ export default function PrayerPage() { useInvertedBackground={true} animationType="smooth" containerClassName="py-20 bg-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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" diff --git a/src/app/teachings/page.tsx b/src/app/teachings/page.tsx index 39996a5..e1936ca 100644 --- a/src/app/teachings/page.tsx +++ b/src/app/teachings/page.tsx @@ -156,10 +156,10 @@ export default function BibleTeachingsPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 bg-gradient-to-b from-white to-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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 +229,6 @@ export default function BibleTeachingsPage() { textboxLayout="default" useInvertedBackground={true} containerClassName="py-20 bg-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-center text-blue-900" 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" @@ -282,7 +281,6 @@ export default function BibleTeachingsPage() { useInvertedBackground={true} animationType="smooth" containerClassName="py-20 bg-blue-50" - titleClassName="text-4xl md:text-5xl font-bold mb-4 text-blue-900" 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"