diff options
Diffstat (limited to 'site/layouts/partials/image-grid.html')
| -rw-r--r-- | site/layouts/partials/image-grid.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/layouts/partials/image-grid.html b/site/layouts/partials/image-grid.html index 25bf701..726be38 100644 --- a/site/layouts/partials/image-grid.html +++ b/site/layouts/partials/image-grid.html @@ -2,15 +2,15 @@ <div class="flex flex-wrap mhn1"> <div class="w-100 w-50-ns ph1-ns"> - <img src="/img/products/products-grid3.jpg" alt=""> + <img src="/img/products/products-grid3.jpg" alt="A close-up of a paper filter filled with ground coffee"> </div> <div class="w-100 w-50-ns ph1-ns"> - <img src="/img/products/products-grid2.jpg" alt=""> + <img src="/img/products/products-grid2.jpg" alt="A green cup of a coffee on a wooden table"> </div> <div class="w-100 ph1-ns"> - <img src="/img/products/products-grid1.jpg" alt=""> + <img src="/img/products/products-grid1.jpg" alt="Coffee beans"> </div> </div> |
