Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 23:32:58 +00:00

View File

@@ -66,6 +66,7 @@ export default function LandingPage() {
imageAlt="Church community gathered in worship"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -78,13 +79,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Divine Liturgy & Worship", description: "Experience authentic Orthodox liturgy with traditional Ethiopian chants, prayers, and sacred ceremonies. Our services honor centuries of ecclesiastical tradition while fostering deep spiritual connection and reverence.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-meditating-work_1163-1611.jpg"},
title: "Divine Liturgy & Worship", description: "Experience authentic Orthodox liturgy with traditional Ethiopian chants, prayers, and sacred ceremonies. Our services honor centuries of ecclesiastical tradition while fostering deep spiritual connection and reverence.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-woman-meditating-work_1163-1611.jpg"
},
{
id: 2,
title: "Religious Education", description: "Comprehensive faith formation for all ages, from Sunday school for children to adult education programs. We cultivate understanding of Orthodox theology, scripture, and the traditions that shape our spiritual identity.", imageSrc: "http://img.b2bpic.net/free-photo/people-visiting-praying-church-building_23-2151103975.jpg"},
title: "Religious Education", description: "Comprehensive faith formation for all ages, from Sunday school for children to adult education programs. We cultivate understanding of Orthodox theology, scripture, and the traditions that shape our spiritual identity.", imageSrc: "http://img.b2bpic.net/free-photo/people-visiting-praying-church-building_23-2151103975.jpg"
},
{
id: 3,
title: "Community Outreach", description: "Living out our faith through compassionate service to those in need. We provide spiritual counseling, pastoral care, community assistance, and serve as a gathering place for fellowship and mutual support.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-praying-indoors_23-2149547955.jpg"},
title: "Community Outreach", description: "Living out our faith through compassionate service to those in need. We provide spiritual counseling, pastoral care, community assistance, and serve as a gathering place for fellowship and mutual support.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-praying-indoors_23-2149547955.jpg"
},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -99,13 +103,17 @@ export default function LandingPage() {
author="Alem Tekle, Parishioner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/group-friends-having-good-time_23-2148395485.jpg", alt: "Alem Tekle"},
src: "http://img.b2bpic.net/free-photo/group-friends-having-good-time_23-2148395485.jpg", alt: "Alem Tekle"
},
{
src: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9465.jpg", alt: "Community member"},
src: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9465.jpg", alt: "Community member"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-little-red-riding-hood_23-2149165027.jpg", alt: "Youth member"},
src: "http://img.b2bpic.net/free-photo/close-up-little-red-riding-hood_23-2149165027.jpg", alt: "Youth member"
},
{
src: "http://img.b2bpic.net/free-photo/front-view-senior-man-holding-lit-candle_23-2149450818.jpg", alt: "Church elder"},
src: "http://img.b2bpic.net/free-photo/front-view-senior-man-holding-lit-candle_23-2149450818.jpg", alt: "Church elder"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -120,11 +128,14 @@ export default function LandingPage() {
tag="Calendar"
products={[
{
id: "easter", name: "Orthodox Easter Celebration", price: "Holy Week Service", imageSrc: "http://img.b2bpic.net/free-photo/holy-communion-concept-with-bible_23-2149337560.jpg", imageAlt: "Orthodox Easter celebration"},
id: "easter", name: "Orthodox Easter Celebration", price: "Holy Week Service", imageSrc: "http://img.b2bpic.net/free-photo/holy-communion-concept-with-bible_23-2149337560.jpg", imageAlt: "Orthodox Easter celebration"
},
{
id: "christmas", name: "Ganna (Christmas) Festival", price: "Spiritual Celebration", imageSrc: "http://img.b2bpic.net/free-photo/red-burning-candles_1252-16.jpg", imageAlt: "Christmas Orthodox celebration"},
id: "christmas", name: "Ganna (Christmas) Festival", price: "Spiritual Celebration", imageSrc: "http://img.b2bpic.net/free-photo/red-burning-candles_1252-16.jpg", imageAlt: "Christmas Orthodox celebration"
},
{
id: "events", name: "Monthly Community Gatherings", price: "Fellowship & Service", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2149213363.jpg", imageAlt: "Community gathering and worship"},
id: "events", name: "Monthly Community Gatherings", price: "Fellowship & Service", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-clinking-glasses_23-2149213363.jpg", imageAlt: "Community gathering and worship"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"