feature: add image
This commit is contained in:
parent
14f97aea88
commit
799b517997
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { P } from '@/components/Text/Paragraph'
|
|||
import { Container } from '@/components/Container/Container'
|
||||
import { ContactSection } from '@/compositions/ContactSection/ContactSection'
|
||||
import Link from 'next/link'
|
||||
import image from "./pentecost.webp"
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
|
|
@ -11,6 +12,7 @@ export default function Page() {
|
|||
<PageHeader
|
||||
title={'Neu in der Gemeinde? Herzlich Willkommen!'}
|
||||
description={'Schön, dass Sie den Weg zu uns gefunden haben! Ob Sie neu in der Stadt sind, auf der Suche nach einer geistlichen Heimat oder einfach neugierig auf den katholischen Glauben – wir freuen uns, Sie kennenzulernen.'}
|
||||
image={image}
|
||||
/>
|
||||
|
||||
<Section padding={"small"} paddingBottom={"large"}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue