Files
chill.social/content/pricing.md
Boris Waaub 7e28963a5d feat: Update styles and add new footer background color
- Added a footer background color using $chill-green in custom.scss and custom.css.
- Removed unused page-hero section styles from custom.scss.
- Updated pricing page content to reflect new service offerings and pricing in French.
- Created new markdown files for contact and installation guides.
- Updated hugo.toml for menu links and logo path.
- Added new CSS classes for border colors in style.css.
2026-01-27 16:14:18 +01:00

106 lines
4.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Les différentes offres de services"
description: "Choisissez loffre qui correspond le mieux à vos besoins grâce à nos options tarifaires flexibles"
layout: "pricing"
---
{{< pricing-table-2 >}}
{
"plans": [
{
"name": "Initial",
"price": "1100€",
"price_unit": "perVATYear",
"additional_price": "+ 1400€ HT de frais de mise en service",
"description": "Pour les structures qui souhaitent un accompagnement minimal",
"features": [
"Installation du logiciel",
"3 utilisateurs inclus",
"Accompagnement de 4x2h",
"2h de support la 1ère année"
],
"additional_description": "A partir du 4ème utilisateur: 35€ supplémentaire/an.",
"button": {
"text": "Choisir Initial",
"url": "#"
}
},
{
"name": "Complet",
"price": "1100€",
"price_unit": "perVATYear",
"additional_price": "+ 2700€ HT de frais de mise en service",
"description": "Pour les structures qui souhaites déléguer totalement la configuration.",
"featured": true,
"features": [
"Inclus tout le pack Initial",
"Accompagenement supplémentaire de 4X2h "
],
"button": {
"text": "Choisir Complet",
"url": "#"
}
},
{
"name": "Sur mesure",
"price": "",
"description": "Pour les structures qui nécessitent une reprise de données, une synchronisation avec leurs agendas ou un développment spécifique",
"features": [
"Suvit régulier",
"Maintenance",
"Développement sur mesure",
"..."
],
"button": {
"text": "Demander un devis",
"url": "#"
}
},
{
"name": "Formation",
"price": "850",
"price_unit": "perVATDay",
"additional_price": "ou 550€ HT/demis-jour",
"description": "Formez-vous sur l'outil Chill",
"features": [
"Une journée ou demis-journée de formation en présentiel ou en visio pour vous former sur l'outil"
],
"button": {
"text": "Contactez-nous",
"url": "#"
}
}
]
}
{{< /pricing-table-2 >}}
{{< faq >}}
{
"title": "Common Questions",
"description": "Find answers to frequently asked questions about our pricing plans and features.",
"questions": [
{
"question": "What type of payment do you accept?",
"answer": "We accept all major credit cards, PayPal, and bank transfers. All payments are processed securely through our payment providers."
},
{
"question": "Do you offer custom pricing for larger teams?",
"answer": "Yes! If you have specific needs or a larger team, please contact our sales team for custom pricing tailored to your requirements."
},
{
"question": "What's included in the free updates?",
"answer": "Free updates include all new features, improvements, and bug fixes released during your subscription period. You'll always have access to the latest version."
},
{
"question": "What kind of support is included?",
"answer": "All plans include technical support, with varying response times based on your plan level. Enterprise customers get priority support with dedicated account managers."
},
{
"question": "Can I upgrade or downgrade my plan?",
"answer": "Yes, you can change your plan at any time. When upgrading, you'll be prorated for the remainder of your billing period. When downgrading, changes take effect at the next billing cycle."
}
]
}
{{< /faq >}}