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

54 lines
1.7 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-31 20:43:27 +08:00
img: '/imgs/Home-Solutions&Services/DigitalTwin.gif',
2023-06-01 01:03:02 +08:00
errImg: '/imgs/Home-Solutions&Services/DigitalTwin.jpg',
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-31 20:43:27 +08:00
img: '/imgs/Home-Solutions&Services/Circulus.gif',
2023-06-01 01:03:02 +08:00
errImg: '/imgs/Home-Solutions&Services/Circulus.jpg',
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: '#',
},
2023-05-31 20:43:27 +08:00
img: '/imgs/Home-Solutions&Services/CyberPink.gif',
2023-06-01 01:03:02 +08:00
errImg: '/imgs/Home-Solutions&Services/CyberPink.jpg',
2023-05-04 00:47:08 +08:00
},
{
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: '#',
},
2023-05-31 20:43:27 +08:00
img: '/imgs/Home-Solutions&Services/AIGC.gif',
2023-06-01 01:03:02 +08:00
errImg: '/imgs/Home-Solutions&Services/AIGC.jpg',
2023-05-04 00:47:08 +08:00
},
],
}
}