palceholders fix

This commit is contained in:
2026-04-30 21:09:50 +02:00
parent 189ab5b03c
commit 8098d65415
2 changed files with 4 additions and 4 deletions

View File

@@ -92,11 +92,11 @@ export default function Contact() {
</svg>
info@superfice.de
</a>
<a href="tel:+4930000000" className="contact-direct-link">
<a href="tel:+4935601988891" className="contact-direct-link">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true">
<path d="M3 2h3l1.5 3.5-2 1.5a8 8 0 003.5 3.5l1.5-2L14 10v3a1 1 0 01-1 1C6 14 2 8 2 3a1 1 0 011-1z" stroke="currentColor" strokeWidth="1.5" strokeLinejoin="round"/>
</svg>
+49 30 000000
+49 35601 988891
</a>
</div>

View File

@@ -52,14 +52,14 @@ export default function Footer() {
<div className="footer-bottom">
<div className="footer-address">
Superfice KG · Musterstraße 1 · 10115 Berlin · +49 30 000000 · info@superfice.de
Superfice.de KG · Grüner Weg 36 · 03185 Peitz · +49 35601 988891 · info@superfice.de
</div>
<div className="footer-legal">
<Link to="/impressum" className="footer-legal-link">Impressum</Link>
<span className="footer-sep" aria-hidden="true">|</span>
<Link to="/datenschutz" className="footer-legal-link">Datenschutz</Link>
<span className="footer-sep" aria-hidden="true">·</span>
<span>© 2026 Superfice KG</span>
<span>© 2026 Superfice.de KG</span>
</div>
</div>
</div>