summaryrefslogtreecommitdiff
path: root/Views/Home/_SignUp.cshtml
blob: 09bdde3391c3c5d5916e771f1636d909abf168bf (plain)
1
2
3
4
5
6
7
8
9
10
<section class="signup-section" id="signup">
    <div class="container px-4 px-lg-5">
        <div class="row gx-4 gx-lg-5">
            <div class="col-md-10 col-lg-8 mx-auto text-center">
                <i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
                <h2 class="text-white mb-5">Сделайте заказ сейчас!</h2>
            </div>
        </div>
    </div>
</section>