Create an image gallery app with Next.js. The app should fulfill the following requirements:
2 Image optimization: Use the
<Image />
component of Next.js for each image to use
automatic optimization and lazy loading.
4 Placeholder images: Placeholder images should be displayed when loading the images to maintain the layout and improve the user experience.