import Image from 'next/image'; export function Grid({ images }: { images: { src: string; alt: string; width: number | undefined; height: number | undefined }[]; }) { return (