new version

This commit is contained in:
Basilosaurusrex
2026-02-02 21:42:41 +01:00
parent 7e8d40878b
commit 217bbdc6a7
10 changed files with 410 additions and 24 deletions

View File

@@ -171,19 +171,19 @@ const Contact = () => {
<div>
<div className="label-tag mb-2">E-Mail</div>
<a
href="mailto:hello@webklar.de"
href="mailto:support@webklar.com"
className="text-foreground hover:text-muted-foreground transition-colors"
>
hello@webklar.de
support@webklar.com
</a>
</div>
<div>
<div className="label-tag mb-2">Telefon</div>
<a
href="tel:+4912345678"
href="tel:+491704969375"
className="text-foreground hover:text-muted-foreground transition-colors"
>
+49 123 456 78
0170 4969375
</a>
</div>
</div>