refactor(app): update phone number and fax

This commit is contained in:
Rivaland Tawouafo 2025-09-11 16:13:28 +01:00
parent 99bc498883
commit 53180ea7c3
3 changed files with 5 additions and 2 deletions

View file

@ -26,6 +26,7 @@ const localePath = useLocalePath()
<h1 class="text-2xl text-c-blue">{{ t('footer.contacts.title') }}</h1>
<p class="footer__title text-sm">
{{ t('footer.contacts.phone') }}<br>
{{ t('footer.contacts.fax') }}<br>
{{ t('footer.contacts.email') }} info@conop-systems.com <br>
{{ t('footer.contacts.location') }} <br>
</p>

View file

@ -28,7 +28,8 @@
},
"contacts": {
"title": "Kontaktieren Sie uns",
"phone": "TELEFON: +49 7243 35427820",
"phone": "TELEFON: +49 7243 9495518",
"fax": "FAX: +49 7243 9499927",
"email": "E-MAIL:",
"location": "STANDORT: Ettlingen, Deutschland"
},

View file

@ -28,7 +28,8 @@
},
"contacts": {
"title": "Contact Us",
"phone": "PHONE: +49 7243 35427820",
"phone": "PHONE: +49 7243 9495518",
"fax": "FAX: +49 7243 9499927",
"email": "EMAIL:",
"location": "LOCATION: Ettlingen, Germany"
},