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