mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
complete privacy and impressum
This commit is contained in:
@@ -1,12 +1,21 @@
|
||||
import React from 'react'
|
||||
import Link from 'next/link'
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="footer">
|
||||
<p>i.A. des Freundeskreis des VCP Rosenfeld</p>
|
||||
<p>
|
||||
Hier sollte es irgendwann ein Impressum, Datenschutzhinweise usw. geben.
|
||||
</p>
|
||||
<ul className="flex flex-row gap-2">
|
||||
<li>
|
||||
<Link href="/privacy">
|
||||
<a className="link">Datenschutzerklärung</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/impressum">
|
||||
<a className="link">Impressum</a>
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user