update website to use new design
This commit is contained in:
parent
66f365a667
commit
8f593bc741
12 changed files with 4121 additions and 131 deletions
15
src/pages/hamburg/2026/programm.astro
Normal file
15
src/pages/hamburg/2026/programm.astro
Normal 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>
|
||||
Loading…
Reference in a new issue