feat: change email and phone number
All checks were successful
Build / build (push) Successful in 4m9s
Build / deploy-stage (push) Successful in 2m43s
Build / switch-stage (push) Successful in 1m59s

This commit is contained in:
2025-05-09 14:33:14 +02:00
parent 592a76737b
commit 2e0980ca7e

View File

@@ -26,14 +26,14 @@
<ul class="space-y-4">
<li class="flex items-center pl-0">
<!-- mail -->
<a href="mailto:inquiry@dialogrelations.com" class="hover:text-white text-white">
inquiry@dialogrelations.com
<a href="mailto:office@dialog-relations.at" class="hover:text-white text-white">
office@dialog-relations.at
</a>
</li>
<li class="flex items-center pl-0">
<!-- phone -->
<a href="tel:+4312313435" class="hover:text-white text-white">
+43 1231 3435
<a href="tel:+436763533669" class="hover:text-white text-white">
+43 676 3533669
</a>
</li>
</ul>