diff --git a/public/images/gallery/miyz6hxn-56ehnw.webp b/public/images/gallery/miyz6hxn-56ehnw.webp new file mode 100644 index 0000000..29bf65c Binary files /dev/null and b/public/images/gallery/miyz6hxn-56ehnw.webp differ diff --git a/src/pages/index.astro b/src/pages/index.astro index bb81d77..2b75736 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,14 +17,6 @@ const events = [ Jeden Tag neue Überraschungen! Check unsere Social Media Stories! `, }, - { - image: "/images/events/miyxd4rm-w1orrk.jpeg", - title: "Schlager Hüttenzauber Flyer", - date: "2025-12-02", - description: ` - ab 19:00 Uhr Eintritt ist Frei! Reservieren unter 077 232 27 70 - `, - }, { image: "/images/events/miyxej2c-7l8end.jpeg", title: "Ferien Flyer", @@ -44,13 +36,13 @@ const events = [ ]; const images = [ - { src: "/images/gallery/miywi0kg-g3bbp9.webp", alt: "miywi0kg-g3bbp9.webp" }, { src: "/images/gallery/miywxkwh-m4xaww.webp", alt: "miywxkwh-m4xaww.webp" }, { src: "/images/gallery/miyxg878-5pve6m.png", alt: "miyxg878-5pve6m.png" }, { src: "/images/gallery/miyxgbqr-n3zzrg.png", alt: "miyxgbqr-n3zzrg.png" }, { src: "/images/gallery/miyxgfh1-c7zawh.png", alt: "miyxgfh1-c7zawh.png" }, { src: "/images/gallery/miyxgjff-wjtyim.png", alt: "miyxgjff-wjtyim.png" }, - { src: "/images/gallery/miyxgn6h-jsaltu.png", alt: "miyxgn6h-jsaltu.png" } + { src: "/images/gallery/miyxgn6h-jsaltu.png", alt: "miyxgn6h-jsaltu.png" }, + { src: "/images/gallery/miyz6hxn-56ehnw.webp", alt: "miyz6hxn-56ehnw.webp" } ]; ---