added marketing page and moved events&general landing page

This commit is contained in:
Codex Agent
2025-09-26 15:40:37 +02:00
parent 6215ebbaa0
commit 492b9b9fd1
12 changed files with 609 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ function HomeLayout() {
}
export const router = createBrowserRouter([
{ path: '/', element: <SimpleLayout title="Fotospiel"><LandingPage /></SimpleLayout> },
{ path: '/event', element: <SimpleLayout title="Event"><LandingPage /></SimpleLayout> },
{
path: '/setup/:slug',
element: <SetupLayout />,