← Feature Sections
feature-tabs
stable BibliothèqueFeature Sections
Section fonctionnalites en onglets cliquables : barre de tabs aria-compliant + panneau texte/visuel. Interactif vanilla JS, 0 dependance.
Aperçu
Code
Données de la section (à placer dans sections[])
{
"type": "feature-tabs",
"kicker_fr": "Fonctionnalites cles",
"kicker_en": "Key features",
"h2_fr": "Trois <i>capacites</i> qui changent tout",
"h2_en": "Three <i>capabilities</i> that change everything",
"intro_fr": "Chaque module est concu pour s'integrer en quelques jours, sans dette technique.",
"intro_en": "Each module is designed to integrate within days, with no technical debt.",
"tabs": [
{
"icon": "⚡",
"label_fr": "Automatisation",
"label_en": "Automation",
"title_fr": "<i>Workflows</i> IA operationnels en 5 jours",
"title_en": "AI <i>workflows</i> live in 5 days",
"body_fr": "Audit, conception et deploiement d'un premier workflow operationnel en une semaine. Aucune infrastructure prealable requise.",
"body_en": "Audit, design and deployment of a first operational workflow in one week. No prior infrastructure required.",
"visual_label_fr": "Diagramme workflow",
"visual_label_en": "Workflow diagram"
},
{
"icon": "◎",
"label_fr": "Observabilite",
"label_en": "Observability",
"title_fr": "Mesures <i>temps reel</i> sur chaque action",
"title_en": "<i>Real-time</i> metrics on every action",
"body_fr": "Chaque execution est loguee, tracee et analysable. Vous savez ce qui fonctionne, ce qui bloque, et pourquoi.",
"body_en": "Every execution is logged, traced and analyzable. You know what works, what blocks, and why.",
"visual_label_fr": "Dashboard metriques",
"visual_label_en": "Metrics dashboard"
},
{
"icon": "↗",
"label_fr": "Scalabilite",
"label_en": "Scalability",
"title_fr": "De 1 a 20 <i>workflows</i> sans refonte",
"title_en": "From 1 to 20 <i>workflows</i> without rework",
"body_fr": "L'architecture modulaire permet d'etendre le systeme progressivement, au rythme de votre equipe.",
"body_en": "The modular architecture allows extending the system progressively, at your team's pace.",
"visual_label_fr": "Schema d'echelle",
"visual_label_en": "Scale diagram"
}
]
}