--- import { urlFor } from '../sanity/imageUrl'; interface Props { images: any[]; } const { images } = Astro.props; --- {images && images.length > 0 ? (
{images.map((image) => (
Theater photo
))}
) : (

Fotos werden bald hinzugefügt. Besuchen Sie uns später wieder!

Photos will be added soon. Check back later!

)}