This commit is contained in:
BIN
public/images/events/mjbg64v5-ii50hf.jpeg
Normal file
BIN
public/images/events/mjbg64v5-ii50hf.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
import Layout from "../components/Layout.astro";
|
import Layout from "../components/Layout.astro";
|
||||||
import Banner from "../components/Banner.astro";
|
|
||||||
import Hero from "../components/Hero.astro";
|
import Hero from "../components/Hero.astro";
|
||||||
import Welcome from "../components/Welcome.astro";
|
import Welcome from "../components/Welcome.astro";
|
||||||
import EventsGrid from "../components/EventsGrid.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",
|
title: "New Year Flyer",
|
||||||
date: "2026-01-02",
|
date: "2026-01-02",
|
||||||
description: `
|
description: `
|
||||||
-
|
Bereits ab 18:00Uhr offen!
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -77,7 +76,6 @@ const images = [
|
|||||||
|
|
||||||
<Layout>
|
<Layout>
|
||||||
<Hero id="hero" />
|
<Hero id="hero" />
|
||||||
<Banner />
|
|
||||||
<Welcome id="welcome" />
|
<Welcome id="welcome" />
|
||||||
<EventsGrid id="events" events={events} />
|
<EventsGrid id="events" events={events} />
|
||||||
<ImageCarousel id="gallery" images={images} />
|
<ImageCarousel id="gallery" images={images} />
|
||||||
|
|||||||
Reference in New Issue
Block a user