export function useCarousel() { return [ { title: 'home.carousel.one.topic', description: 'home.carousel.one.description', entry: 'home.carousel.one.entry', img: '/imgs/1 (1).jpg', }, { title: 'home.carousel.two.topic', description: 'home.carousel.two.description', entry: 'home.carousel.two.entry', img: '/imgs/1 (2).jpg', }, { title: 'home.carousel.three.topic', description: 'home.carousel.three.description', entry: 'home.carousel.three.entry', img: '/imgs/1 (3).jpg', }, { title: 'home.carousel.four.topic', description: 'home.carousel.four.description', entry: 'home.carousel.four.entry', img: '/imgs/1 (4).jpg', }, ] }