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

This commit is contained in:
2025-12-18 12:59:40 +00:00
parent c289541cd5
commit a181993ed5
2 changed files with 2 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -1,6 +1,5 @@
---
import Layout from "../components/Layout.astro";
import Banner from "../components/Banner.astro";
import Hero from "../components/Hero.astro";
import Welcome from "../components/Welcome.astro";
import EventsGrid from "../components/EventsGrid.astro";
@ -45,11 +44,11 @@ Check unsere Social Media Stories oder komm am besten gleich vorbei!
`,
},
{
image: "/images/events/miyxfgm1-jg8gqi.jpeg",
image: "/images/events/mjbg64v5-ii50hf.jpeg",
title: "New Year Flyer",
date: "2026-01-02",
description: `
-
Bereits ab 18:00Uhr offen!
`,
},
{
@ -77,7 +76,6 @@ const images = [
<Layout>
<Hero id="hero" />
<Banner />
<Welcome id="welcome" />
<EventsGrid id="events" events={events} />
<ImageCarousel id="gallery" images={images} />