1.
What is the purpose of the Image component in Next.js?
To add animations to the page
To create interactive image galleries
Provides responsive image support
Optimizes image loading and performance
Correct: C, D
The Image component in Next.js serves multiple purposes. It optimizes image loading and performance by automatically optimizing and compressing images, providing responsive image support for different device sizes.
1 / 24