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

This commit is contained in:
2025-12-09 15:55:21 +00:00
parent 745888d01b
commit 4ed0016be9
2 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -9,11 +9,19 @@ import Contact from "../components/Contact.astro";
import About from "../components/About.astro";
const events = [
{
image: "/static/images/gallery/miyrhqng-i2kgtx.webp",
title: "test",
date: "2025-12-07",
description: `
test
`,
}
];
const images = [
{ src: "/static/images/gallery/miyma9zc-8he1di.webp", alt: "Schwarzes bild" }
{ src: "/static/images/gallery/miyma9zc-8he1di.webp", alt: "Schwarzes bild" },
{ src: "/static/images/gallery/miyrhqng-i2kgtx.webp", alt: "test" }
];
---