impresum und datenschutz fix

This commit is contained in:
2026-04-22 14:42:38 +02:00
parent 5df5b76378
commit 1d6cfa21e0

View File

@@ -847,8 +847,8 @@ footer{background:var(--bg3);border-top:1px solid rgba(235,235,222,.05);padding:
</div> </div>
<div class="footer-col"> <div class="footer-col">
<h4>Rechtliches</h4> <h4>Rechtliches</h4>
<a href="https://profice.ai/sites/datenschutz.html" target="_blank" rel="noopener">Datenschutzerklärung</a> <a href="https://profice.ai/datenschutz.html" target="_blank" rel="noopener">Datenschutzerklärung</a>
<a href="https://profice.ai/sites/impressum.html" target="_blank" rel="noopener">Impressum</a> <a href="https://profice.ai/impressum.html" target="_blank" rel="noopener">Impressum</a>
</div> </div>
<div class="footer-col"> <div class="footer-col">
<h4>Kontakt</h4> <h4>Kontakt</h4>
@@ -869,8 +869,8 @@ footer{background:var(--bg3);border-top:1px solid rgba(235,235,222,.05);padding:
<div class="footer-bottom"> <div class="footer-bottom">
<p>&copy; 2026 Profice GmbH. Alle Rechte vorbehalten.</p> <p>&copy; 2026 Profice GmbH. Alle Rechte vorbehalten.</p>
<div class="footer-bottom-links"> <div class="footer-bottom-links">
<a href="https://profice.ai/sites/datenschutz.html" target="_blank" rel="noopener">Datenschutz</a> <a href="https://profice.ai/datenschutz.html" target="_blank" rel="noopener">Datenschutz</a>
<a href="https://profice.ai/sites/impressum.html" target="_blank" rel="noopener">Impressum</a> <a href="https://profice.ai/impressum.html" target="_blank" rel="noopener">Impressum</a>
<a href="https://profice.ai/" target="_blank" rel="noopener">profice.ai</a> <a href="https://profice.ai/" target="_blank" rel="noopener">profice.ai</a>
</div> </div>
</div> </div>