diff --git a/src/app/page.tsx b/src/app/page.tsx index 693acba..93664b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,17 +48,23 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-praying-church-religious-pilgrimage_23-2150319304.jpg", imageAlt: "Coptic Church interior with ornate iconostasis"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-praying-church-religious-pilgrimage_23-2150319304.jpg", imageAlt: "Coptic Church interior with ornate iconostasis" + }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-ornamental-cross_23-2147748407.jpg", imageAlt: "Traditional Coptic Orthodox cross"}, + imageSrc: "http://img.b2bpic.net/free-vector/flat-ornamental-cross_23-2147748407.jpg", imageAlt: "Traditional Coptic Orthodox cross" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688455.jpg", imageAlt: "Coptic Church worship and prayer"}, + imageSrc: "http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688455.jpg", imageAlt: "Coptic Church worship and prayer" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-stuff_181624-36891.jpg", imageAlt: "Sacred Coptic Christian iconography"}, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-stuff_181624-36891.jpg", imageAlt: "Sacred Coptic Christian iconography" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-praying-together_23-2150755525.jpg", imageAlt: "Coptic Church community gathering"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-praying-together_23-2150755525.jpg", imageAlt: "Coptic Church community gathering" + }, ]} buttons={[ + { text: "Discover Our Faith", href: "theology" }, { text: "Explore Teachings", href: "theology" }, { text: "Join Us", href: "contact" }, ]} @@ -93,7 +99,8 @@ export default function LandingPage() { features={[ { id: "1", title: "Apostolic Succession", description: "Our church traces its foundation directly to the Apostle Mark and maintains unbroken apostolic succession through the laying on of hands of bishops.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/two-people-sitting-beside-each-other_399305-29.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-people-sitting-beside-each-other_399305-29.jpg" + }, items: [ { icon: CheckCircle, text: "Direct lineage from Apostle Mark" }, { icon: CheckCircle, text: "Continuous episcopal succession" }, @@ -103,7 +110,8 @@ export default function LandingPage() { }, { id: "2", title: "Sacred Liturgy", description: "The Divine Liturgy is the heart of Coptic worship, preserving the ancient form of worship practiced by the early Church and reflecting the rich liturgical heritage.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/bread-wine-arrangement-still-life_23-2150214771.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/bread-wine-arrangement-still-life_23-2150214771.jpg" + }, items: [ { icon: CheckCircle, text: "Theotokos veneration and Marian devotion" }, { icon: CheckCircle, text: "Seven sacraments celebrated" }, @@ -113,7 +121,8 @@ export default function LandingPage() { }, { id: "3", title: "Monastic Tradition", description: "Monasticism is central to Coptic spirituality, originating in Egypt with the Desert Fathers. Our monastic communities continue this ancient spiritual legacy.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-by-river_23-2149901699.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-by-river_23-2149901699.jpg" + }, items: [ { icon: CheckCircle, text: "Desert monastery heritage" }, { icon: CheckCircle, text: "Contemplative prayer practices" }, @@ -140,13 +149,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Coptic Teaching", name: "Biblical Theology", price: "Foundation", rating: 5, - reviewCount: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/old-red-books-red-worship-songbooks-church_1421-398.jpg", imageAlt: "Biblical Theology resource"}, + reviewCount: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/old-red-books-red-worship-songbooks-church_1421-398.jpg", imageAlt: "Biblical Theology resource" + }, { id: "2", brand: "Coptic Teaching", name: "Church Fathers Wisdom", price: "Guidance", rating: 5, - reviewCount: "Timeless", imageSrc: "http://img.b2bpic.net/free-photo/female-black-dress-holding-ancient-book_23-2147902913.jpg", imageAlt: "Church Fathers teachings"}, + reviewCount: "Timeless", imageSrc: "http://img.b2bpic.net/free-photo/female-black-dress-holding-ancient-book_23-2147902913.jpg", imageAlt: "Church Fathers teachings" + }, { id: "3", brand: "Coptic Teaching", name: "Sacramental Practice", price: "Spiritual", rating: 5, - reviewCount: "Blessed", imageSrc: "http://img.b2bpic.net/free-photo/eucharist-celebration-with-chalice-book_23-2149381648.jpg", imageAlt: "Sacramental practices"}, + reviewCount: "Blessed", imageSrc: "http://img.b2bpic.net/free-photo/eucharist-celebration-with-chalice-book_23-2149381648.jpg", imageAlt: "Sacramental practices" + }, ]} /> @@ -159,16 +171,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Father Mina", role: "Priest", company: "St. Mark Church", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/priests-praying-together-church_23-2149316005.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/priests-praying-together-church_23-2149316005.jpg" + }, { id: "2", name: "Maria Boutros", role: "Parishioner", company: "Coptic Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-reading-beach_23-2149313083.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-reading-beach_23-2149313083.jpg" + }, { id: "3", name: "Youssef Ghali", role: "Sunday School Teacher", company: "Youth Ministry", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-visiting-praying-church-building_23-2151103971.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-visiting-praying-church-building_23-2151103971.jpg" + }, { id: "4", name: "Layla Khalil", role: "Choir Member", company: "Church Music Ministry", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-kids-rehearsing-play-perform-theatre-stage_23-2151163648.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-kids-rehearsing-play-perform-theatre-stage_23-2151163648.jpg" + }, ]} kpiItems={[ { value: "1900+", label: "Years of Tradition" },