TOPVERSE_Official/config/pages/solutions/use-mixed-reality.ts

88 lines
3.0 KiB
TypeScript
Raw Normal View History

2023-08-02 15:53:06 +08:00
export function useMixedReality() {
return {
head: {
img: '/imgs/Project/Metaverse-Build/MusicVenue.jpg',
topic: 'Never Drink AloneThe Bar Symphony',
title: 'Metaverse Space Design',
description: 'Award-Winning Project',
},
// feature: {
// topic: 'home.sectionOne.topic',
// description: 'home.sectionOne.description',
// content: [
// {
// title: 'home.sectionOne.content.title[0]',
// subtext: 'home.sectionOne.content.subtext[0]',
// description: 'home.sectionOne.content.description[0]',
// },
// {
// title: 'home.sectionOne.content.title[1]',
// subtext: 'home.sectionOne.content.subtext[1]',
// description: 'home.sectionOne.content.description[1]',
// },
// {
// title: 'home.sectionOne.content.title[2]',
// subtext: 'home.sectionOne.content.subtext[2]',
// description: 'home.sectionOne.content.description[2]',
// },
// {
// title: 'home.sectionOne.content.title[2]',
// subtext: 'home.sectionOne.content.subtext[2]',
// description: 'home.sectionOne.content.description[2]',
// },
// ],
// },
solutions: {
topic: 'home.sectionSix.topic',
description: 'home.sectionSix.description',
content: [
{
title: 'home.sectionSix.content.title[0]',
topic: 'home.sectionSix.content.topic[0]',
description: 'home.sectionSix.content.description[0]',
link: {
name: 'home.sectionSix.content.link[0]',
href: '#',
},
img: '/imgs/Home-Solutions&Services/DigitalTwin.gif',
errImg: '/imgs/Home-Solutions&Services/DigitalTwin.jpg',
},
{
title: 'home.sectionSix.content.title[1]',
topic: 'home.sectionSix.content.topic[1]',
description: 'home.sectionSix.content.description[1]',
link: {
name: 'home.sectionSix.content.link[1]',
href: '#',
},
img: '/imgs/Home-Solutions&Services/Circulus.gif',
errImg: '/imgs/Home-Solutions&Services/Circulus.jpg',
},
{
title: 'home.sectionSix.content.title[2]',
topic: 'home.sectionSix.content.topic[2]',
description: 'home.sectionSix.content.description[2]',
link: {
name: 'home.sectionSix.content.link[2]',
href: '#',
},
img: '/imgs/Home-Solutions&Services/CyberPink.gif',
errImg: '/imgs/Home-Solutions&Services/CyberPink.jpg',
},
{
title: 'home.sectionSix.content.title[3]',
topic: 'home.sectionSix.content.topic[3]',
description: 'home.sectionSix.content.description[3]',
link: {
name: 'home.sectionSix.content.link[3]',
href: '#',
},
img: '/imgs/Home-Solutions&Services/AIGC.gif',
errImg: '/imgs/Home-Solutions&Services/AIGC.jpg',
},
],
},
}
}