{% extends 'base.html.twig' %} {% block title %}Landing CTA - Design System - Bubul{% endblock %} {% block body %}
Section d'inscription a la beta avec formulaire et blobs animes
Appel a l'action final avec formulaire email pour l'inscription beta. Inclut des blobs animes en arriere-plan pour un effet visuel moderne.
1
Formulaire
3
Blobs
600px
Max-width
beta-signup
ID section
Exemple de code Twig
{% verbatim %}{# Avec formulaire Symfony #}
{% include '_organisms/landing/cta.html.twig' with {
betaForm: betaForm
} only %}
{# Sans formulaire (fallback HTML) #}
{% include '_organisms/landing/cta.html.twig' only %}{% endverbatim %}
Apercu avec fallback HTML (sans betaForm)
Effets decoratifs animes
cta-blob-1
400px, top-right, 20s
cta-blob-2
350px, bottom-left, 25s
cta-blob-3
250px, center, 30s
Options de configuration
| Parametre | Type | Defaut | Description |
|---|---|---|---|
betaForm |
FormView | null | Formulaire Symfony (fallback HTML si absent) |
surtitle |
string | 'S'INSCRIRE À LA BÊTA' | Texte au-dessus du titre |
title |
string | 'Rejoignez la beta...' | Titre principal |
description |
string | 'Inscrivez-vous...' | Texte descriptif |