import { Swiper, SwiperSlide } from 'swiper/react' import { Card, CardHeader, CardTitle, CardBody } from 'reactstrap' import { Play, DollarSign, HelpCircle, FileText, Archive } from 'react-feather' const SwiperCenterSlidesStyle = ({ isRtl }) => { const params = { className: 'swiper-centered-slides-2 p-1', slidesPerView: 'auto', spaceBetween: 30, centeredSlides: true, slideToClickedSlide: true } return ( Centered Slides option-2 Getting Started Pricing & Plans Sales Questions User Guides General Guides ) } export default SwiperCenterSlidesStyle