TOPVERSE_Official/config/pages/home/use-section-eight.ts

50 lines
1.5 KiB
TypeScript

export function useSectionEight() {
return {
topic: 'home.sectionEight.topic',
description: 'home.sectionEight.description',
content: [
{
title: 'home.sectionEight.content.title[0]',
description: 'home.sectionEight.content.topic[0]',
icon: 'i-subway-basket',
},
{
title: 'home.sectionEight.content.title[1]',
description: 'home.sectionEight.content.topic[1]',
icon: 'i-maki-college-11',
},
{
title: 'home.sectionEight.content.title[2]',
description: 'home.sectionEight.content.topic[2]',
icon: 'i-maki-amusement-park-11',
},
{
title: 'home.sectionEight.content.title[3]',
description: 'home.sectionEight.content.topic[3]',
icon: 'i-maki-gaming',
},
{
title: 'home.sectionEight.content.title[4]',
description: 'home.sectionEight.content.topic[4]',
icon: 'i-maki-city',
},
{
title: 'home.sectionEight.content.title[5]',
description: 'home.sectionEight.content.topic[5]',
icon: 'i-maki-basketball-11',
},
{
title: 'home.sectionEight.content.title[6]',
description: 'home.sectionEight.content.topic[6]',
icon: 'i-maki-baseball-11',
},
{
title: 'home.sectionEight.content.title[7]',
description: 'home.sectionEight.content.topic[7]',
icon: 'i-maki-communications-tower-11',
},
],
}
}