2023-04-27 13:58:47 +08:00
|
|
|
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',
|
|
|
|
},
|
|
|
|
{
|
2023-04-30 17:07:39 +08:00
|
|
|
title: 'home.carousel.three.topic',
|
|
|
|
description: 'home.carousel.three.description',
|
|
|
|
entry: 'home.carousel.three.entry',
|
2023-04-27 13:58:47 +08:00
|
|
|
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',
|
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|