export default function Slideshow(image: string, alt: string) { return (

Screenshots

{alt}/
) }