import OwlCarousel from 'react-owl-carousel' import React from 'react' import img1 from '../../../assets/images/paypal.png' import img2 from '../../../assets/images/spoty.png' import img3 from '../../../assets/images/shopboat.png' import img4 from '../../../assets/images/slack.png' import img5 from '../../../assets/images/envato.png' const Main = () => { const company_slider = { loop:true, margin:10, nav:false, autoplay: true, smartSpeed: 1500, dots: true, responsive:{ 0:{ items:2 }, 600:{ items:3 }, 1000:{ items:5 } } } return ( <>

Trusted by 150+ companies

Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe standard dummy.

image
image
image
image
image
image
image
image
) } export default Main