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

50 lines
1.4 KiB
TypeScript
Raw Normal View History

2023-05-04 00:47:08 +08:00
export function useSectionSix() {
return {
topic: 'home.sectionSix.topic',
description: 'home.sectionSix.description',
content: [
{
title: 'home.sectionSix.content.title[0]',
topic: 'home.sectionSix.content.topic[0]',
2023-05-09 16:56:57 +08:00
description: 'home.sectionSix.content.description[0]',
2023-05-04 00:47:08 +08:00
link: {
name: 'home.sectionSix.content.link[0]',
href: '#',
},
2023-05-18 18:00:05 +08:00
img: '/imgs/Home-Solutions&Services/DigitalTwin.gif',
2023-05-04 00:47:08 +08:00
},
{
title: 'home.sectionSix.content.title[1]',
topic: 'home.sectionSix.content.topic[1]',
2023-05-09 16:56:57 +08:00
description: 'home.sectionSix.content.description[1]',
2023-05-04 00:47:08 +08:00
link: {
name: 'home.sectionSix.content.link[1]',
href: '#',
},
2023-05-18 18:00:05 +08:00
img: '/imgs/Home-Solutions&Services/GeneratedDesign.gif',
2023-05-04 00:47:08 +08:00
},
{
title: 'home.sectionSix.content.title[2]',
topic: 'home.sectionSix.content.topic[2]',
2023-05-09 16:56:57 +08:00
description: 'home.sectionSix.content.description[2]',
2023-05-04 00:47:08 +08:00
link: {
name: 'home.sectionSix.content.link[2]',
href: '#',
},
img: '/imgs/1 (2).jpg',
},
{
title: 'home.sectionSix.content.title[3]',
topic: 'home.sectionSix.content.topic[3]',
2023-05-09 16:56:57 +08:00
description: 'home.sectionSix.content.description[3]',
2023-05-04 00:47:08 +08:00
link: {
name: 'home.sectionSix.content.link[3]',
href: '#',
},
img: '/imgs/1 (3).jpg',
},
],
}
}