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

13 lines
296 B
TypeScript

export function useSectionSeven() {
return {
img: '/imgs/Home-Banner/Banner_2.gif',
title: 'home.sectionSeven.title',
topic: 'home.sectionSeven.topic',
description: 'home.sectionSeven.description',
link: {
name: 'home.sectionSeven.link',
href: '#',
},
}
}