{% trans_default_domain 'Site' %}
<div class="hero-background-image">
<picture>
<source srcset="{{ asset('/images/main/hero-ingredients.webp') }} 1x, {{ asset('/images/main/hero-ingredients@2x.webp') }} 1.5x" type="image/webp">
<source srcset="{{ asset('/images/main/hero-ingredients.jpg') }} 1x, {{ asset('/images/main/hero-ingredients@2x.jpg') }} 1.5x" type="image/jpg">
<img width="1280" height="338" loading="lazy" class="hero-background-image__image wow fadeIn" src="{{ asset('/images/main/hero-ingredients.jpg') }}" alt="">
</picture>
<div class="hero-background-image__body">
<div class="container-fluid">
<h1 class="hero-background-image__title mb-0 wow fadeInBottom">
{{ 'site.ingredients.title'|trans }}
</h1>
</div>
</div>
</div>