Kontakt: Email-Adresse durch Platzhalter [Emailadresse] ersetzt
This commit is contained in:
parent
ed797b7101
commit
51b6e88e3d
3 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ export default function DatenschutzPage() {
|
||||||
<h2 className="font-serif text-xl mb-4">5. Kontakt</h2>
|
<h2 className="font-serif text-xl mb-4">5. Kontakt</h2>
|
||||||
<p className="text-muted-foreground leading-relaxed">
|
<p className="text-muted-foreground leading-relaxed">
|
||||||
Bei Fragen zum Datenschutz können Sie sich jederzeit an uns wenden:<br />
|
Bei Fragen zum Datenschutz können Sie sich jederzeit an uns wenden:<br />
|
||||||
E-Mail: kontakt@jamulix.de
|
E-Mail: [Emailadresse]
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ export default function ImpressumPage() {
|
||||||
<section>
|
<section>
|
||||||
<h2 className="font-serif text-xl mb-4">Kontakt</h2>
|
<h2 className="font-serif text-xl mb-4">Kontakt</h2>
|
||||||
<p className="text-muted-foreground">
|
<p className="text-muted-foreground">
|
||||||
E-Mail: kontakt@jamulix.de
|
E-Mail: [Emailadresse]
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ const legalLinks = [
|
||||||
|
|
||||||
const socialLinks = [
|
const socialLinks = [
|
||||||
{ label: 'GitHub', href: 'https://github.com', icon: Github },
|
{ label: 'GitHub', href: 'https://github.com', icon: Github },
|
||||||
{ label: 'E-Mail', href: 'mailto:kontakt@jamulix.de', icon: Mail },
|
{ label: 'E-Mail', href: 'mailto:[Emailadresse]', icon: Mail },
|
||||||
]
|
]
|
||||||
|
|
||||||
export function Footer() {
|
export function Footer() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue