Build an Image Carousel component in React that smoothly transitions between images.
Requirements:
- Display a sequence of images.
- Automatically transition to the next image every few seconds.
- Include "Previous" and "Next" buttons for manual navigation.
- Smoothly animate the transition between images (fade or slide).
- Wrap around when reaching the end or beginning of the images.
- Focus on functionality over styling.