2023-05-04 00:47:08 +08:00
|
|
|
export function useSectionFour() {
|
|
|
|
return {
|
2023-05-23 19:45:41 +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: '#',
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|