export type ImageRatio = "16:9" | "21:9"; export type Image = { alt: string; src: string; title: string; };