fix: delete easter egg and update section structure
This commit is contained in:
parent
1ae2542a0f
commit
3c03c81f85
1 changed files with 1 additions and 23 deletions
|
|
@ -1,12 +1,10 @@
|
|||
import { Section } from '@/components/Section/Section'
|
||||
import { Container } from '@/components/Container/Container'
|
||||
import { Title } from '@/components/Title/Title'
|
||||
import { Row } from '@/components/Flex/Row'
|
||||
import { Col } from '@/components/Flex/Col'
|
||||
|
||||
export default function Custom404() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Section>
|
||||
<Container>
|
||||
<Title title={"Seite nicht gefunden"} />
|
||||
|
|
@ -25,25 +23,5 @@ export default function Custom404() {
|
|||
|
||||
</Container>
|
||||
</Section>
|
||||
<Section backgroundColor={"off-white"}>
|
||||
<Container>
|
||||
<Row>
|
||||
<Col>
|
||||
<p>
|
||||
Glorreicher heiliger Antonius, du hast die göttliche Macht ausgeübt,
|
||||
verlorene Dinge wiederzufinden. Hilf uns, die Gnade Gottes
|
||||
wiederzuerlangen und mach mich stark im Dienst an Gott und an den
|
||||
Tugenden. Lass' mich das Verlorene wiederfinden und zeige mir so
|
||||
deine Güte.
|
||||
</p>
|
||||
</Col>
|
||||
<Col>
|
||||
<></>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
</Container>
|
||||
</Section>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue