import Image from "next/image"; export const Poster = (props: { image: string; alt?: string; className?: string; }) => { return ( {props.alt ); };