Image Component

The Image component optimizes images for better performance.

Snippet:

import Image from "next/image";

Example:

<Image src="/image.jpg" alt="image" width={500} height={300} />