Segue o codigo no git : https://github.com/VitoriaFelix/aluraBooks
Esta faltando as ações para os botões. No seu script, adicione a parte de navigation:
const swiper = new Swiper('.swiper', {
spaceBetween: space,
slidesPerView: 3,
pagination: {
el: '.swiper-pagination',
type: 'bullets',
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
effect: "coverflow",
});
Funcionou, muito obrigada!