diff --git a/public/images/events/miyxd4rm-w1orrk.jpeg b/public/images/events/miyxd4rm-w1orrk.jpeg new file mode 100644 index 0000000..2eac490 Binary files /dev/null and b/public/images/events/miyxd4rm-w1orrk.jpeg differ diff --git a/public/images/events/miyxej2c-7l8end.jpeg b/public/images/events/miyxej2c-7l8end.jpeg new file mode 100644 index 0000000..132f3d2 Binary files /dev/null and b/public/images/events/miyxej2c-7l8end.jpeg differ diff --git a/public/images/events/miyxf8zh-il0az0.jpeg b/public/images/events/miyxf8zh-il0az0.jpeg new file mode 100644 index 0000000..c6c500f Binary files /dev/null and b/public/images/events/miyxf8zh-il0az0.jpeg differ diff --git a/public/images/events/miyxfdy2-w3qk1h.jpeg b/public/images/events/miyxfdy2-w3qk1h.jpeg new file mode 100644 index 0000000..c6c500f Binary files /dev/null and b/public/images/events/miyxfdy2-w3qk1h.jpeg differ diff --git a/public/images/events/miyxfgm1-jg8gqi.jpeg b/public/images/events/miyxfgm1-jg8gqi.jpeg new file mode 100644 index 0000000..c6c500f Binary files /dev/null and b/public/images/events/miyxfgm1-jg8gqi.jpeg differ diff --git a/public/images/gallery/miyxg878-5pve6m.png b/public/images/gallery/miyxg878-5pve6m.png new file mode 100644 index 0000000..a5bd285 Binary files /dev/null and b/public/images/gallery/miyxg878-5pve6m.png differ diff --git a/public/images/gallery/miyxgbqr-n3zzrg.png b/public/images/gallery/miyxgbqr-n3zzrg.png new file mode 100644 index 0000000..cde91fb Binary files /dev/null and b/public/images/gallery/miyxgbqr-n3zzrg.png differ diff --git a/public/images/gallery/miyxgfh1-c7zawh.png b/public/images/gallery/miyxgfh1-c7zawh.png new file mode 100644 index 0000000..802ae5f Binary files /dev/null and b/public/images/gallery/miyxgfh1-c7zawh.png differ diff --git a/public/images/gallery/miyxgjff-wjtyim.png b/public/images/gallery/miyxgjff-wjtyim.png new file mode 100644 index 0000000..494ffa6 Binary files /dev/null and b/public/images/gallery/miyxgjff-wjtyim.png differ diff --git a/public/images/gallery/miyxgn6h-jsaltu.png b/public/images/gallery/miyxgn6h-jsaltu.png new file mode 100644 index 0000000..0f12971 Binary files /dev/null and b/public/images/gallery/miyxgn6h-jsaltu.png differ diff --git a/src/pages/index.astro b/src/pages/index.astro index fea7bf5..bb81d77 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,12 +16,41 @@ const events = [ description: ` 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", + date: "2026-01-02", + description: ` + Wir sind ab 02.01.2026 wieder wie gewohnt für euch da! 🍀Für Anfragen WA 077 232 27 70 Antwort innerhalb 48h + `, + }, + { + image: "/images/events/miyxfgm1-jg8gqi.jpeg", + title: "New Year Flyer", + date: "2026-01-02", + description: ` + - + `, } ]; 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/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" } ]; ---