--- import Layout from '../../layouts/Layout.astro'; import Navigation from '../../components/Navigation.astro'; import { verifyAuth } from '../../lib/auth'; // Enable server-side rendering for auth checks export const prerender = false; // Server-side authentication check const auth = await verifyAuth(Astro.cookies); if (!auth) { return Astro.redirect('/login'); } ---

Create Your Event

Set up the foundation for your distinguished event. You'll add tickets, seating, and other details in the next step.

Event Details

Event Image

Upload a horizontal image. Recommended: 1200×628px. Crop to fit.

Next: Add tickets, configure seating, and customize your event

Cancel