export default function PosterBox({ posterList }: { posterList: string[] }) { console.log('posterList', posterList); return (