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

13 lines
296 B
TypeScript
Raw Normal View History

2023-05-04 17:42:22 +08:00
export function useSectionSeven() {
return {
2023-05-23 19:45:41 +08:00
img: '/imgs/Home-Banner/Banner_2.gif',
2023-05-04 17:42:22 +08:00
title: 'home.sectionSeven.title',
topic: 'home.sectionSeven.topic',
description: 'home.sectionSeven.description',
link: {
name: 'home.sectionSeven.link',
href: '#',
},
}
}