Concept Flow - Image optimization with next/image
Import next/image
Use <Image> component
Pass src, width, height
Next.js optimizes image
Browser receives optimized image
Image displays faster and sharper
The flow shows how importing and using the next/image component leads to automatic image optimization and faster loading in the browser.