// en/image
export const image = {
  loading_alt: 'Image loading',
  error_alt: 'Image could not be loaded',
  image_of_deal: 'image',
} as const;
