fix: kommunion

This commit is contained in:
Benno Tielen 2025-05-30 08:36:58 +02:00
parent a6ab009751
commit c32eb31081
3 changed files with 3 additions and 3 deletions

View file

@ -145,9 +145,9 @@ export default function RootLayout({
href: "/sakramente/taufe"
},
{
title: "Eucharistie",
title: "Kommunion",
description: "Gemeinschaft durch Brot und Wein",
href: "/sakramente/eucharistie"
href: "/sakramente/kommunion"
},
{
title: "Firmung",

View file

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View file

@ -22,7 +22,7 @@ export default function EucharistPage() {
return (
<>
<PageHeader
title={'Die Eucharistie'}
title={'Die Heilige Kommunion'}
description={'In der Eucharistie feiern wir das Herzstück unseres Glaubens: die Gegenwart Jesu Christi in Brot und Wein. Sie ist Gedächtnismahl seines letzten Abendmahls, Danksagung für sein Opfer und Quelle der Gemeinschaft mit ihm und untereinander.'}
image={eucharist}
/>