fix: vercel

This commit is contained in:
2026-06-09 18:02:04 +02:00
parent ee69da1665
commit c023192113
85 changed files with 10266 additions and 3008 deletions

View File

@@ -0,0 +1,11 @@
import Chat from "./Chat";
export default function Home() {
return (
<main className="mx-auto max-w-2xl p-8">
<h1 className="text-4xl font-bold mb-2">Polderfest 2027</h1>
<p className="text-zinc-600 mb-6">Stel vragen over de 500 bands van het festival.</p>
<Chat />
</main>
);
}