Merge version_2 into main #2
@@ -1,55 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
import { Instrument_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
const instrumentSans = Instrument_Sans({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Coptic Orthodox Church | Truth of Christianity", description: "Discover the rich spiritual heritage and timeless teachings of the Coptic Orthodox Church. Explore theology, worship, and join our faith community.", keywords: "Coptic Orthodox, Christianity, theology, faith, worship, church, spirituality", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Coptic Orthodox Church - Truth of Christianity", description: "Join the Coptic Orthodox Church community and explore 2000 years of apostolic tradition and spiritual wisdom.", type: "website", siteName: "Coptic Orthodox Church", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/woman-praying-church-religious-pilgrimage_23-2150319304.jpg", alt: "Coptic Church sacred space"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Coptic Orthodox Church", description: "Explore the teachings and community of the Coptic Orthodox Church", images: ["http://img.b2bpic.net/free-photo/woman-praying-church-religious-pilgrimage_23-2150319304.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Coptic Orthodox Church", description: "Discover the rich spiritual heritage and teachings of the Coptic Orthodox faith"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={instrumentSans.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1417,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user