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

38 lines
1.0 KiB
TypeScript

export function useSectionFive() {
return {
title: 'home.sectionFive.title',
topic: 'home.sectionFive.topic',
description: 'home.sectionFive.description',
link: {
name: 'home.sectionFive.link',
href: '#',
},
content: [
{
topic: 'home.sectionFive.content.topic[0]',
description: 'home.sectionFive.content.description[0]',
},
{
topic: 'home.sectionFive.content.topic[1]',
description: 'home.sectionFive.content.description[1]',
},
{
topic: 'home.sectionFive.content.topic[2]',
description: 'home.sectionFive.content.description[2]',
},
{
topic: 'home.sectionFive.content.topic[3]',
description: 'home.sectionFive.content.description[3]',
},
{
topic: 'home.sectionFive.content.topic[4]',
description: 'home.sectionFive.content.description[4]',
},
{
topic: 'home.sectionFive.content.topic[5]',
description: 'home.sectionFive.content.description[5]',
},
],
}
}