fix: updates

This commit is contained in:
Benno Tielen 2025-05-28 15:45:42 +02:00
parent 0716671ecf
commit a6ab009751
2 changed files with 7 additions and 3 deletions

View file

@ -29,9 +29,8 @@ export default function ContactPage() {
</P> </P>
<P width={"1/2"}> <P width={"1/2"}>
<strong>Geöffnet:</strong><br/> <strong>Geöffnet:</strong><br/>
Mo. 09 13 Uhr <br/> Montag: 12:30 14:30 Uhr <br/>
Di. 12 15 Uhr <br/> Mittwoch: 09:00 12:00 Uhr
Do. 10 14 Uhr
</P> </P>
</Col> </Col>
<Col> <Col>

View file

@ -97,6 +97,11 @@ export default function RootLayout({
title: "Unsere Kitas", title: "Unsere Kitas",
description: "Geborgenheit und Glaube", description: "Geborgenheit und Glaube",
href: "/gruppe/kitas" href: "/gruppe/kitas"
},
{
title: "Religiöse Kinderwoche",
description: "In Zinnowitz!",
href: "/gruppe/rkw"
} }
] ]
}, },