Waimia.
← Pricing Sections

pricing-cards

stable Bibliothèque

Pricing Sections

Grille de 2 à 4 cartes de prix côte à côte avec une carte « Recommandé » mise en avant, prix, période, features et CTA par carte. Ancrage par contraste.

pricingcardstiersrecommendedplans

Aperçu

Code

Données de la section (à placer dans sections[])

{
  "type": "pricing-cards",
  "background": "paper",
  "kicker_fr": "Tarifs · formules",
  "kicker_en": "Pricing · plans",
  "h2_fr": "Trois <i>formules</i>, un seul cap",
  "h2_en": "Three <i>plans</i>, one direction",
  "lede_fr": "Du pilote à la plateforme agentique complète. Sans engagement caché, facturation au forfait.",
  "lede_en": "From pilot to a full agentic platform. No hidden commitment, flat-rate billing.",
  "tiers": [
    {
      "name_fr": "Activation",
      "name_en": "Activation",
      "price": "1 500 €",
      "period_fr": "HT · forfait",
      "period_en": "excl. VAT · flat",
      "features_fr": [
        "1 workflow agentique",
        "Audit cartographie 5 jours",
        "Formation équipe 1 jour",
        "Support 30 jours"
      ],
      "features_en": [
        "1 agentic workflow",
        "5-day mapping audit",
        "1-day team training",
        "30-day support"
      ],
      "cta": {
        "label_fr": "Démarrer",
        "label_en": "Start",
        "href": "/contact?offer=activation",
        "variant": "ghost"
      },
      "featured": false
    },
    {
      "name_fr": "Growth",
      "name_en": "Growth",
      "price": "5 000 €",
      "period_fr": "HT · forfait",
      "period_en": "excl. VAT · flat",
      "features_fr": [
        "5 à 8 workflows agentiques",
        "Système complet 6 à 10 semaines",
        "Agent éditeur GEO/AIO",
        "Support 90 jours"
      ],
      "features_en": [
        "5 to 8 agentic workflows",
        "Full system in 6 to 10 weeks",
        "GEO/AIO editor agent",
        "90-day support"
      ],
      "cta": {
        "label_fr": "Choisir Growth",
        "label_en": "Choose Growth",
        "href": "/contact?offer=growth",
        "variant": "primary"
      },
      "featured": true
    },
    {
      "name_fr": "Sur-mesure",
      "name_en": "Custom",
      "price": "Sur devis",
      "period_fr": "selon périmètre",
      "period_en": "scope-based",
      "features_fr": [
        "Workflows illimités",
        "Architecture dédiée multi-agents",
        "SSO, SLA et conformité",
        "Support 12 mois"
      ],
      "features_en": [
        "Unlimited workflows",
        "Dedicated multi-agent architecture",
        "SSO, SLA and compliance",
        "12-month support"
      ],
      "cta": {
        "label_fr": "Nous parler",
        "label_en": "Talk to us",
        "href": "/contact?offer=custom",
        "variant": "ghost"
      },
      "featured": false
    }
  ],
  "footnote_fr": "Tarifs HT. Migration des données et hébergement première année inclus.",
  "footnote_en": "Prices excl. VAT. Data migration and first-year hosting included."
}