ClickHouse/website/templates/contact-thank-you/hero.html
2021-09-19 21:03:48 +03:00

15 lines
436 B
HTML

<div class="hero bg-primary-light d-flex align-items-center base-hero">
<div class="hero-bg other-hero"></div>
<div class="container pt-8 pt-lg-10 pt-xl-15 pb-8 pb-lg-10 pb-xl-15">
<h1 class="display-1 mb-3">
{{ _('Thank You') }}
</h1>
<p class="lead text-dark mb-0">
{{ _('A salesperson will be in contact with you shortly.') }}
</p>
</div>
</div>