templates/partials/slider.html.twig line 1

Open in your IDE?
  1. <!-- Navbar & Hero Start -->
    <div class="container-xxl position-relative p-0">
        <div class="container-xxl py-5 bg-dark hero-header mb-5">
            <div class="container my-5 py-5">
                <div class="row align-items-center g-5">
    
                    <!-- Texte -->
                    <div class="col-lg-6 text-center text-lg-start">
                        <h1 class="display-3 text-white animated slideInLeft">
                            Boostez votre visibilité<br>
                            avec InstantMARK
                        </h1>
    
                        <p class="text-white animated slideInLeft mb-4 pb-2">
                            InstantMARK est une plateforme de diffusion publicitaire intelligente.
                            Lancez vos campagnes, choisissez vos sites partenaires et mesurez vos performances
                            en temps réel.
                        </p>
    
                        <a href="{{ path('campaign_create') }}"
                           class="btn btn-primary py-sm-3 px-sm-5 me-3 animated slideInLeft">
                            <i class="fa fa-bullhorn me-2"></i> Créer une campagne
                        </a>
                    </div>
    
                    <!-- Illustration -->
                    <div class="col-lg-6 text-center text-lg-end overflow-hidden">
                        <img class="img-fluid animated slideInRight"
                             src="{{ asset('templates/instantmark/img/hero.png') }}"
                             alt="InstantMARK – Plateforme publicitaire">
                    </div>
    
                </div>
            </div>
        </div>
    </div>
    <!-- Navbar & Hero End -->