This commit is contained in:
2021-07-24 11:51:20 +02:00
parent 055a961fce
commit 9fad3a5fd8
3 changed files with 12 additions and 2 deletions

View File

@@ -60,8 +60,6 @@ export default defineComponent({
headers: {
'Access-Control-Allow-Origin': 'https://arthurdanjou.fr',
'Accept': '*/*',
'Origin': 'https://arthurdanjou.fr',
'host': 'https://arthurdanjou.fr'
}
})
if (response.status === 200) {

View File

@@ -186,7 +186,11 @@ export default {
description: 'Ce status sera mis à jour en temps réel pour vous indiquer si je suis disponible pour du travail.',
start: 'Je suis actuellement',
end: 'pour du travail'
},
services: {
title: 'Voici la liste de services proposés 🛍'
}
},
guestbook: {

View File

@@ -9,6 +9,14 @@
{{ $t('contact.why.description') }}
</h3>
</section>
<section class="w-full lg:w-3/4 mb-10 mt-4 text-justify">
<h1 class="font-bold text-gray-700 text-xl md:text-3xl my-4 dark:text-gray-400">
{{ $t('contact.services.title') }}
</h1>
<div>
</div>
</section>
<section class="w-full lg:w-3/4 mb-10 mt-4 text-justify">
<h1 class="font-bold text-gray-700 text-xl md:text-3xl my-4 dark:text-gray-400">
{{ $t('contact.available.title') }}