{% extends 'base.html.twig' %} {% block title %}Landing CTA - Design System - Bubul{% endblock %} {% block body %}
{% include '_atoms/icon/icon.html.twig' with { name: 'chevron-left', size: 'sm', color: 'gray' } %}
Organisme /

Landing CTA

Section d'inscription a la beta avec formulaire et blobs animes

{# ===== EXPLICATION ===== #}
{% include '_atoms/icon/icon.html.twig' with { name: 'fire', size: 'lg', color: 'white' } %}

Section Inscription Beta

Formulaire

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

{# ===== UTILISATION ===== #}

Utilisation

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 %}
{# ===== DEMO ===== #}

Demo

Apercu avec fallback HTML (sans betaForm)

{% include '_organisms/landing/cta.html.twig' only %}
{# ===== BLOBS ===== #}

Animations Blobs

Effets decoratifs animes

cta-blob-1

400px, top-right, 20s

cta-blob-2

350px, bottom-left, 25s

cta-blob-3

250px, center, 30s

{# ===== PARAMETRES ===== #}

Parametres

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
{% endblock %}