palceholders fix
This commit is contained in:
@@ -92,11 +92,11 @@ export default function Contact() {
|
|||||||
</svg>
|
</svg>
|
||||||
info@superfice.de
|
info@superfice.de
|
||||||
</a>
|
</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">
|
<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"/>
|
<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>
|
</svg>
|
||||||
+49 30 000000
|
+49 35601 988891
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -52,14 +52,14 @@ export default function Footer() {
|
|||||||
|
|
||||||
<div className="footer-bottom">
|
<div className="footer-bottom">
|
||||||
<div className="footer-address">
|
<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>
|
||||||
<div className="footer-legal">
|
<div className="footer-legal">
|
||||||
<Link to="/impressum" className="footer-legal-link">Impressum</Link>
|
<Link to="/impressum" className="footer-legal-link">Impressum</Link>
|
||||||
<span className="footer-sep" aria-hidden="true">|</span>
|
<span className="footer-sep" aria-hidden="true">|</span>
|
||||||
<Link to="/datenschutz" className="footer-legal-link">Datenschutz</Link>
|
<Link to="/datenschutz" className="footer-legal-link">Datenschutz</Link>
|
||||||
<span className="footer-sep" aria-hidden="true">·</span>
|
<span className="footer-sep" aria-hidden="true">·</span>
|
||||||
<span>© 2026 Superfice KG</span>
|
<span>© 2026 Superfice.de KG</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user