Rename Shop header component to fit new Banner

This commit is contained in:
2022-09-07 23:17:36 +02:00
parent 351061dc61
commit e9fa0d3532
4 changed files with 5 additions and 4 deletions

View File

@@ -131,13 +131,14 @@
<Image
class="shop-page__background"
id={shop.page_heroimage.id}
alt="photo"
alt={shop.page_heroimage.alt}
sizeKey="hero"
sizes={{
large: { width: 1800, height: 1200 },
medium: { width: 1200, height: 800 },
small: { width: 700, height: 700 },
}}
lazy={false}
/>
</section>