upper right bubble
ephort logo
let clients = document.getElementById("client-carousel"); new Splide(clients, { type: 'loop', pagination: false, breakpoints: { 640: { width: '18.5rem', arrows: false, } } }).mount(); let quotes = document.getElementById("quote-carousel"); new Splide(quotes, { type: 'loop', pagination: false, breakpoints: { 640: { width: '18.5rem', arrows: false, } } }).mount();