diff --git a/public/images/gallery/miywxkwh-m4xaww.webp b/public/images/gallery/miywxkwh-m4xaww.webp new file mode 100644 index 0000000..25a1d14 Binary files /dev/null and b/public/images/gallery/miywxkwh-m4xaww.webp differ diff --git a/src/pages/index.astro b/src/pages/index.astro index d827303..1b68d8f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,8 @@ const events = [ ]; const images = [ - { src: "/images/gallery/miywi0kg-g3bbp9.webp", alt: "miywi0kg-g3bbp9.webp" } + { src: "/images/gallery/miywi0kg-g3bbp9.webp", alt: "miywi0kg-g3bbp9.webp" }, + { src: "/images/gallery/miywxkwh-m4xaww.webp", alt: "miywxkwh-m4xaww.webp" } ]; ---