Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-14 18:44:52 +00:00
5 changed files with 4 additions and 13 deletions

View File

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

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

View File

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

View File

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

View File

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