41 lines
1.0 KiB
TypeScript
41 lines
1.0 KiB
TypeScript
export function useCarousel() {
|
|
return [
|
|
{
|
|
title: 'home.carousel.topic[0]',
|
|
description: 'home.carousel.description[0]',
|
|
link: {
|
|
name: 'home.carousel.link[0]',
|
|
href: '/Release/sakuracity',
|
|
},
|
|
img: '/imgs/Release/sakuracity/002.png',
|
|
},
|
|
{
|
|
title: 'home.carousel.topic[1]',
|
|
description: 'home.carousel.description[1]',
|
|
link: {
|
|
name: 'home.carousel.link[1]',
|
|
href: '/release/vamxlaunch',
|
|
},
|
|
img: '/imgs/Community/Project/rebent/001.png',
|
|
},
|
|
{
|
|
title: 'home.carousel.topic[2]',
|
|
description: 'home.carousel.description[2]',
|
|
link: {
|
|
name: 'home.carousel.link[2]',
|
|
href: '/release/creatorpartyverse',
|
|
},
|
|
img: '/imgs/Home.Creatorverse.jpg',
|
|
},
|
|
{
|
|
title: 'home.carousel.topic[3]',
|
|
description: 'home.carousel.description[3]',
|
|
link: {
|
|
name: 'home.carousel.link[3]',
|
|
href: '/release/holowater',
|
|
},
|
|
img: '/imgs/News/HoloWater/20230524162443.jpg',
|
|
},
|
|
]
|
|
}
|