Created the Image utility component with the following criteria:
✅ The component should accept the image source URL as a prop and render the corresponding image.
✅ It should handle lazy loading of images to improve performance.
✅ Provide optional props to specify alt text, fallback images, and other image-related attributes.
Created the Image utility component with the following criteria:
✅ The component should accept the image source URL as a prop and render the corresponding image. ✅ It should handle lazy loading of images to improve performance. ✅ Provide optional props to specify alt text, fallback images, and other image-related attributes.