We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf4d7c commit d90b2e4Copy full SHA for d90b2e4
1 file changed
src/pages/index.astro
@@ -18,7 +18,7 @@ const description = 'Rich and indulgent chocolate spread made from the finest in
18
<h1>Luxury Chocolate Paste</h1>
19
<p>{description}</p>
20
<button title="We're still working on the shop" disabled>Shop now</button>
21
- <img src="product/10.png" alt="Hazelnut Chocolate" />
+ <img src="product/1.png" alt="Hazelnut Chocolate" />
22
</section>
23
<hr class="section-divider" />
24
<section id="product-list">
0 commit comments