2023-05-04 17:42:22 +08:00
|
|
|
export function useSectionSeven() {
|
|
|
|
return {
|
2023-05-31 20:43:27 +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: '#',
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|