diff --git a/config/pages/solutions/use-aigc.ts b/config/pages/solutions/use-aigc.ts new file mode 100644 index 0000000..b84377d --- /dev/null +++ b/config/pages/solutions/use-aigc.ts @@ -0,0 +1,87 @@ +export function useAIGC() { + return { + head: { + img: '/imgs/Project/Metaverse-Build/MusicVenue.jpg', + topic: 'Never Drink Alone:The 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', + }, + + ], + }, + } +} diff --git a/config/pages/solutions/use-digital-twin.ts b/config/pages/solutions/use-digital-twin.ts new file mode 100644 index 0000000..0c46649 --- /dev/null +++ b/config/pages/solutions/use-digital-twin.ts @@ -0,0 +1,87 @@ +export function useDigitalTwin() { + return { + head: { + img: '/imgs/Project/Metaverse-Build/MusicVenue.jpg', + topic: 'Never Drink Alone:The 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', + }, + + ], + }, + } +} diff --git a/config/pages/solutions/use-mixed-reality.ts b/config/pages/solutions/use-mixed-reality.ts new file mode 100644 index 0000000..9504783 --- /dev/null +++ b/config/pages/solutions/use-mixed-reality.ts @@ -0,0 +1,87 @@ +export function useMixedReality() { + return { + head: { + img: '/imgs/Project/Metaverse-Build/MusicVenue.jpg', + topic: 'Never Drink Alone:The 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', + }, + + ], + }, + } +} diff --git a/config/pages/solutions/use-web3.ts b/config/pages/solutions/use-web3.ts index e73c053..4f3bcaa 100644 --- a/config/pages/solutions/use-web3.ts +++ b/config/pages/solutions/use-web3.ts @@ -1,5 +1,87 @@ export function useWeb3() { return { + head: { + img: '/imgs/Project/Metaverse-Build/MusicVenue.jpg', + topic: 'Never Drink Alone:The 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', + }, + ], + }, } } diff --git a/pages/solutions/aigc.vue b/pages/solutions/aigc.vue index 80f63de..9ad5ea0 100644 --- a/pages/solutions/aigc.vue +++ b/pages/solutions/aigc.vue @@ -1,51 +1,17 @@