refactor(app): update phone number and fax
This commit is contained in:
parent
99bc498883
commit
53180ea7c3
3 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue