{# # ============================================================================ # ORGANISM: LANDING CTA # ============================================================================ # # Full-width gradient CTA section with register button. # Fully parameterized: all visible text passed via Twig parameters. # # ============================================================================ # PARAMETRES # ============================================================================ # # | Parametre | Type | Defaut | Description | # |------------|--------|-------------------------------------|--------------------------| # | badge | string | 'Freemium — 50 000 tokens/mois...' | Badge text above title | # | titleHtml | string | 'Tous les outils Bubul,...' | H2 title (HTML allowed) | # | subtitle | string | 'Sans carte bancaire...' | Subtitle paragraph | # | ctaLabel | string | 'Créer mon compte gratuitement' | Button label | # | ctaUrl | string | path('app_login') | Button URL | # | class | string | '' | Classes CSS | # # ============================================================================ #} {% set class = class ?? '' %} {% set badge = badge ?? 'Freemium — 50 000 tokens/mois offerts' %} {% set titleHtml = titleHtml ?? 'Tous les outils Bubul,
gratuitement dès aujourd\'hui.' %} {% set subtitle = subtitle ?? 'Sans carte bancaire. Créez cours, diaporamas, podcasts et infographies pédagogiques dès votre inscription.' %} {% set ctaLabel = ctaLabel ?? 'Créer mon compte gratuitement' %} {% set ctaUrl = ctaUrl ?? path('app_login') %}
{# Badge #}
{{ badge }}
{# Headline #}

{{ titleHtml|raw }}

{{ subtitle }}

{# CTA Button #} {{ ctaLabel }}