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

13 lines
291 B
TypeScript
Raw Normal View History

2023-05-04 00:47:08 +08:00
export function useSectionFour() {
return {
2023-05-31 20:43:27 +08:00
img: '/imgs/Home-Banner/Banner_1.gif',
2023-05-04 00:47:08 +08:00
title: 'home.sectionFour.title',
topic: 'home.sectionFour.topic',
description: 'home.sectionFour.description',
link: {
name: 'home.sectionFour.link',
href: '#',
},
}
}