diff --git a/src/components/Carousel.js b/src/components/Carousel.js index 2f419a12..b9d9b85a 100644 --- a/src/components/Carousel.js +++ b/src/components/Carousel.js @@ -3,7 +3,7 @@ import { Carousel } from 'react-responsive-carousel'; const ImageList = [ { - image: "https://pbs.twimg.com/media/E6HnwU1WYAQUATa.jpg:large", + image: "img/carousel/multipleclients.jpg", alt: "A scene showing multiple widgets, including sliders like an equalizer and a virtual touchscreen.", caption: "Multiple objects working independently all at once.", }, diff --git a/static/img/carousel/multipleclients.jpg b/static/img/carousel/multipleclients.jpg new file mode 100644 index 00000000..d1053f29 Binary files /dev/null and b/static/img/carousel/multipleclients.jpg differ