{# Pricing cards partial — include with variant: 'compact' (landing) or 'full' (pricing page) #} {% set is_full = variant|default('full') == 'full' %} {% set heading_tag = is_full ? 'h2' : 'h3' %} {% set price_size = is_full ? 'text-5xl' : 'text-4xl' %} {% set btn_variant = is_full ? 'btn-lg' : 'btn-md' %}
{{ 'pricing.free.price'|trans }}
{{ 'pricing.free.period'|trans }}
{{ 'pricing.plus.price'|trans }}
{{ 'pricing.plus.period'|trans }}