253 lines
8.1 KiB
TypeScript
253 lines
8.1 KiB
TypeScript
import type { Metadata } from 'next'
|
|
import { defaultFont } from './fonts'
|
|
import './globals.css'
|
|
import { Menu } from '@/components/Menu/Menu'
|
|
import { Footer } from '@/compositions/Footer/Footer'
|
|
import { comment } from '@/app/layout-comment'
|
|
|
|
export const metadata: Metadata = {
|
|
title: 'Katholische Pfarrei Heilige drei Könige Berlin',
|
|
}
|
|
|
|
export default function RootLayout({
|
|
children,
|
|
}: Readonly<{
|
|
children: React.ReactNode
|
|
}>) {
|
|
return (
|
|
<html lang="de" className={defaultFont.className}>
|
|
<body>
|
|
<div dangerouslySetInnerHTML={{ __html: comment }}></div>
|
|
<Menu menu={{
|
|
leftItems: [
|
|
{
|
|
text: 'Home',
|
|
href: '/'
|
|
},
|
|
{
|
|
text: 'Gemeinschaft finden',
|
|
megaMenu: {
|
|
text: {
|
|
quote: '„Denn wo zwei oder drei in meinem Namen versammelt sind, da bin ich mitten unter ihnen.“',
|
|
source: 'Matt 18,20'
|
|
},
|
|
groups: [
|
|
{
|
|
title: "Gemeinden",
|
|
items: [
|
|
{
|
|
title: "St. Richard",
|
|
description: "Mehr informationen",
|
|
href: "/gemeinde/st-richard"
|
|
},
|
|
{
|
|
title: "St. Christophorus",
|
|
description: "Mehr informationen",
|
|
href: "/gemeinde/st-christophorus"
|
|
},
|
|
{
|
|
title: "St. Clara",
|
|
description: "Mehr informationen",
|
|
href: "/gemeinde/st-clara"
|
|
},
|
|
]
|
|
},
|
|
{
|
|
title: "Gruppen",
|
|
items: [
|
|
{
|
|
title: "Kathoccino",
|
|
description: "Brunchgruppe für Jungerwachsene",
|
|
href: "/gruppe/kathocchino"
|
|
},
|
|
{
|
|
title: "Credo & Agape",
|
|
description: "Gesprächskreis für Erwachsene ab 45 Jahren",
|
|
href: "/gruppe/credo-agape"
|
|
},
|
|
{
|
|
title: "Mädchengruppe",
|
|
description: "Zusammen die Welt entdecken",
|
|
href: "/gruppe/maedchen"
|
|
},
|
|
{
|
|
title: "Alphakurs",
|
|
description: "Freude am glauben entdecken",
|
|
href: "/gruppe/alphakurs"
|
|
},
|
|
]
|
|
},
|
|
{
|
|
title: "Musik",
|
|
items: [
|
|
{
|
|
title: "Chor St. Clara",
|
|
description: "Singen und mitgestalten",
|
|
href: "/gruppe/chor-st-clara"
|
|
},
|
|
{
|
|
title: "Kindergruppe",
|
|
description: "Jeden Freitag singen und spielen",
|
|
href: "/gruppe/kinder-musik"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
text: 'Glauben feiern',
|
|
megaMenu: {
|
|
text: {
|
|
quote: 'Innehalten, Be- trachten, Em -pfinden, Besinnen, anders weitermachen',
|
|
source: ''
|
|
},
|
|
groups: [
|
|
{
|
|
title: "Sakramenten",
|
|
items: [
|
|
{
|
|
title: "Taufe",
|
|
description: "Neues Leben in Christus",
|
|
href: "/sakramente/taufe"
|
|
},
|
|
{
|
|
title: "Eucharistie",
|
|
description: "Gemeinschaft durch Brot und Wein",
|
|
href: "/sakramente/eucharistie"
|
|
},
|
|
{
|
|
title: "Firmung",
|
|
description: "Stärkung im Heiligen Geist",
|
|
href: "/sakramente/firmung"
|
|
},
|
|
{
|
|
title: "Ehe",
|
|
description: "Bund in Liebe, Treue",
|
|
href: "/sakramente/ehe"
|
|
},
|
|
{
|
|
title: "Beichte",
|
|
description: "Sündenbekenntnis, Vergebung und Neuanfang mit Gottes Gnade",
|
|
href: "/sakramente/beichte"
|
|
},
|
|
{
|
|
title: "Krankensalbung",
|
|
description: "Stärkung und Gottes Beistand",
|
|
href: "/sakramente/krankensalbung"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
title: "Gebet",
|
|
items: [
|
|
{
|
|
title: "Gottesdienste",
|
|
description: "Begegnung mit Gott",
|
|
href: "/gottesdienst"
|
|
},
|
|
{
|
|
title: "Rosenkranz",
|
|
description: "Gebet der Meditation",
|
|
href: "/gruppe/rosenkranz"
|
|
},
|
|
{
|
|
title: "Anbetung",
|
|
description: "Stille Begegnung mit Gott",
|
|
href: "/gruppe/eucharistische-anbetung"
|
|
},
|
|
{
|
|
title: "Holy Hour",
|
|
description: "Dank, Ehre und Freude",
|
|
href: "/gruppe/lobpreis"
|
|
},
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
text: 'Liebe leben',
|
|
megaMenu: {
|
|
text: {
|
|
quote: 'Die Liebe ist langmütig, die Liebe ist gütig.',
|
|
source: '1. Kor 13-4'
|
|
},
|
|
groups: [
|
|
{
|
|
title: "Ehrenamt",
|
|
items: [
|
|
{
|
|
href: '/gruppe/waermestube',
|
|
title: 'Wärmestube',
|
|
description: 'Kälteschutz für Bedurftigen',
|
|
},
|
|
{
|
|
href: '/gruppe/essen-ist-fertig',
|
|
title: 'Essen ist Fertig',
|
|
description: 'Essensausgabe Neukölln',
|
|
},
|
|
{
|
|
title: "Dicke Linda",
|
|
description: "Marktstand auf dem Kranoldplatz",
|
|
href: "/gruppe/dicke-linda"
|
|
},
|
|
{
|
|
href: 'http://',
|
|
title: 'Mitwirken',
|
|
description: 'Reinigung, liturgischer Dienst & Co.',
|
|
},
|
|
]
|
|
},
|
|
{
|
|
title: "Aktivitäten",
|
|
items: [
|
|
{
|
|
title: "Exerzitien",
|
|
description: "Zeit für Gott",
|
|
href: "https://"
|
|
},
|
|
{
|
|
title: "Reisen",
|
|
description: "Gemeinsam Zeit verbringen",
|
|
href: "https://"
|
|
},
|
|
{
|
|
title: "Wahlfahrt",
|
|
description: "Gott näher kommen",
|
|
href: "https://"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
text: 'Veranstaltungen',
|
|
href: '/veranstaltungen'
|
|
},
|
|
{
|
|
text: 'Kontakt',
|
|
href: '/kontakt'
|
|
}
|
|
],
|
|
rightItems: [
|
|
{
|
|
text: 'Mithelfen',
|
|
href: '/mithelfen',
|
|
},
|
|
{
|
|
text: 'Neu hier?',
|
|
href: '/neu-in-der-gemeinde',
|
|
display: "button"
|
|
}
|
|
]
|
|
}} />
|
|
<main className={"mainContent"}>
|
|
{children}
|
|
</main>
|
|
<Footer />
|
|
</body>
|
|
</html>
|
|
)
|
|
}
|