Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-14 18:45:28 +00:00
5 changed files with 0 additions and 14 deletions

View File

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

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"

View File

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

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"

View File

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