import Preview from "./Preview"; const Gallery = ({}) => { return (
{[ "/images/image-2.jpg", "/images/image-3.jpg", "/images/image-4.jpg", ].map((image, index) => ( ))}
); }; export default Gallery;