This commit is contained in:
BIN
images/gallery/miyrhqng-i2kgtx.webp
Normal file
BIN
images/gallery/miyrhqng-i2kgtx.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
@ -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" }
|
||||
];
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user