update website to use new design

This commit is contained in:
kritzl 2026-09-11 12:22:29 +02:00
commit 8f593bc741
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
12 changed files with 4121 additions and 131 deletions

View file

@ -0,0 +1,15 @@
---
import Footer from "../../../components/Footer.astro"
import Layout from "../../../layouts/Layout.astro"
import {Calendar, ChevronDown} from "@lucide/astro"
import path from "../../../utils/path.ts"
---
<Layout>
<div class="hero min-h-screen">
<div class="hero-content text-center flex-col">
Programm folgt
</div>
</div>
<Footer/>
</Layout>