From 5e578b18e116cda22ce23adfaa1ecf16d06648c0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:32:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f02479..0005ba8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { imageAlt="Church community gathered in worship" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -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" -- 2.49.1