import React from "react"; import Slider from "react-slick"; function AutoPlay() { const settings = { dots: true, infinite: true, slidesToShow: 3, slidesToScroll: 1, autoplay: true, speed: 2000, autoplaySpeed: 2000, cssEase: "linear" }; return (