feat: mise à jour du formulaire de contact, ajout de la gestion des sujets et amélioration de la présentation des images
This commit is contained in:
+7
-4
@@ -13,17 +13,20 @@ contactForm:
|
||||
qrLabel: "ou scannez le code QR :"
|
||||
qrImg: "/images/chill-admin.png"
|
||||
fields:
|
||||
- name: "sujet"
|
||||
- name: "subject"
|
||||
label: "Sujet"
|
||||
type: "select"
|
||||
required: true
|
||||
options:
|
||||
- value: "support"
|
||||
label: "Support technique"
|
||||
- value: "demo"
|
||||
label: "Demander une démo"
|
||||
- value: "quote"
|
||||
label: "Demander un devis"
|
||||
- value: "formation"
|
||||
- value: "training"
|
||||
label: "Formation"
|
||||
- value: "support"
|
||||
label: "Support technique"
|
||||
|
||||
- value: "other"
|
||||
label: "Autre"
|
||||
- name: "email"
|
||||
|
||||
@@ -7,7 +7,7 @@ badge: "Droits d’accès"
|
||||
badgeColor: "rapport-rgpd"
|
||||
demo:
|
||||
description: "Assurez la conformité RGPD et organisez vos rapports et documents."
|
||||
image:
|
||||
images:
|
||||
- "/images/features/HP-droitsdacces.png"
|
||||
|
||||
---
|
||||
|
||||
@@ -7,9 +7,10 @@ badge: "Statistiques"
|
||||
badgeColor: "rapports-statistiques"
|
||||
demo:
|
||||
description: "Générez et exportez des rapports statistiques détaillés."
|
||||
image:
|
||||
images:
|
||||
- "/images/features/HP-exports.png"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Présentation
|
||||
|
||||
+5
-5
@@ -50,7 +50,7 @@ layout: "simple"
|
||||
"additional_description": "* A partir du 4ème utilisateur: 40€ supplémentaire/an.",
|
||||
"button": {
|
||||
"text": "Demander un devis",
|
||||
"url": "/contact/"
|
||||
"url": "/contact?subject=quote"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@ layout: "simple"
|
||||
"additional_description": "* A partir du 4ème utilisateur: 40€ supplémentaire/an.",
|
||||
"button": {
|
||||
"text": "Demander un devis",
|
||||
"url": "/contact/"
|
||||
"url": "/contact?subject=quote"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -82,8 +82,8 @@ layout: "simple"
|
||||
"Mises à jour régulières"
|
||||
],
|
||||
"button": {
|
||||
"text": "Contactez-nous",
|
||||
"url": "/contact/"
|
||||
"text": "Demander un devis",
|
||||
"url": "/contact?subject=quote"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ layout: "simple"
|
||||
],
|
||||
"button": {
|
||||
"text": "Contactez-nous",
|
||||
"url": "/contact/"
|
||||
"url": "/contact?subject=training"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,6 @@ layout: "gradient-card"
|
||||
{{< /gradient-card-section >}}
|
||||
|
||||
{{< gradient-card-section title="Formation des utilisateurs" description="Organisez une journée de formation à l'utilisation de Chill." >}}
|
||||
<a href="/contact" class="btn btn-primary mt-4">Contactez-nous</a>
|
||||
<a href="/contact?subject=training" class="btn btn-primary mt-4">Contactez-nous</a>
|
||||
{{< /gradient-card-section >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user