Kontakt: Email-Adresse durch Platzhalter [Emailadresse] ersetzt

This commit is contained in:
Dieter Schlüter 2026-04-25 05:08:25 +02:00
commit 51b6e88e3d
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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() {