From 9636a67c3f938cbd6f607eef07bfe51c6528a85c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:45:21 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f17e8fc..525adbb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -130,7 +130,6 @@ export default function AboutPage() { 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="" @@ -180,7 +179,6 @@ export default function AboutPage() { 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" -- 2.49.1 From f07585b2bbde3a2fe96fc27cb2c6987e62d38e63 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:45:22 +0000 Subject: [PATCH 2/5] 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" -- 2.49.1 From 3cd795147f6596ff60b52138e1b295118e9a8ce1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:45:22 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be6f883..2775e5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,7 +203,6 @@ export default function HomePage() { 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="" @@ -276,7 +275,6 @@ export default function HomePage() { 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" @@ -307,7 +305,6 @@ export default function HomePage() { showCard={true} containerClassName="py-16 bg-white" titleClassName="text-3xl md:text-4xl font-bold text-center text-blue-900 mb-4" - descriptionClassName="text-center text-gray-700 mb-12 max-w-2xl mx-auto" /> @@ -356,7 +353,6 @@ export default function HomePage() { 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" -- 2.49.1 From 9379401580a09ea6cdb84d03df0701a59fdef70d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:45:23 +0000 Subject: [PATCH 4/5] 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" -- 2.49.1 From 192fb8d0279b70d785bd28c8d373e3709b389ac0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:45:23 +0000 Subject: [PATCH 5/5] Update src/app/teachings/page.tsx --- src/app/teachings/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/teachings/page.tsx b/src/app/teachings/page.tsx index e1936ca..8b3b0c0 100644 --- a/src/app/teachings/page.tsx +++ b/src/app/teachings/page.tsx @@ -156,7 +156,6 @@ export default function BibleTeachingsPage() { 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 BibleTeachingsPage() { 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 BibleTeachingsPage() { 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" -- 2.49.1