diff --git a/src/components/GuestBookForm.vue b/src/components/GuestBookForm.vue index dcf1ce8..ed64cc8 100644 --- a/src/components/GuestBookForm.vue +++ b/src/components/GuestBookForm.vue @@ -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) { diff --git a/src/locales/fr-FR.ts b/src/locales/fr-FR.ts index 39fdca5..c8dab17 100755 --- a/src/locales/fr-FR.ts +++ b/src/locales/fr-FR.ts @@ -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: { diff --git a/src/pages/contact.vue b/src/pages/contact.vue index 61a8aa3..1799899 100755 --- a/src/pages/contact.vue +++ b/src/pages/contact.vue @@ -9,6 +9,14 @@ {{ $t('contact.why.description') }} +
+

+ {{ $t('contact.services.title') }} +

+
+ +
+

{{ $t('contact.available.title') }}