Update events
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-09 17:25:00 +00:00
parent 57d7d48d5d
commit 54de8e36e2

View File

@ -9,22 +9,11 @@ import Contact from "../components/Contact.astro";
import About from "../components/About.astro"; import About from "../components/About.astro";
const events = [ const events = [
{
image: "/static/images/events/miyuej5d-w2s9tn.jpeg",
title: "Adventskalender Flyer",
date: "2025-12-09",
description: `
Jeden Tag neue Überraschungen! Check unsere Social Media Stories!
`,
}
]; ];
const images = [ const images = [
{ src: "/static/images/gallery/miyu98xy-24n3xo.png", alt: "miyu98xy-24n3xo.png" },
{ src: "/static/images/gallery/miyu9ex6-6imbgc.png", alt: "miyu9ex6-6imbgc.png" },
{ src: "/static/images/gallery/miyu9s7x-8nsszm.png", alt: "miyu9s7x-8nsszm.png" },
{ src: "/static/images/gallery/miyu9vl2-pndg1t.png", alt: "miyu9vl2-pndg1t.png" },
{ src: "/static/images/gallery/miyu9za8-edtk3k.png", alt: "miyu9za8-edtk3k.png" }
]; ];
--- ---