diff --git a/config/pages/solutions/use-web3.ts b/config/pages/solutions/use-web3.ts new file mode 100644 index 0000000..e73c053 --- /dev/null +++ b/config/pages/solutions/use-web3.ts @@ -0,0 +1,5 @@ +export function useWeb3() { + return { + + } +} diff --git a/config/use-nav.ts b/config/use-nav.ts index faa5a20..e7dc9e7 100644 --- a/config/use-nav.ts +++ b/config/use-nav.ts @@ -21,28 +21,28 @@ export function useNav(): NavMenu[] { { title: 'nav.solutions.child.land.service[0]', subtitle: 'nav.solutions.child.land.description[0]', - href: '/solutions', + href: '/solutions/web3', icon: 'i-tabler-affiliate', iconColor: 'red', }, { title: 'nav.solutions.child.land.service[1]', subtitle: 'nav.solutions.child.land.description[1]', - href: '/solutions', + href: '/solutions/digital-twin', icon: 'i-tabler-a-b', iconColor: 'amber', }, { title: 'nav.solutions.child.land.service[2]', subtitle: 'nav.solutions.child.land.description[2]', - href: '/solutions', + href: '/solutions/mixed-reality', icon: 'i-tabler-3d-cube-sphere', iconColor: 'amber', }, { title: 'nav.solutions.child.land.service[3]', subtitle: 'nav.solutions.child.land.description[3]', - href: '/solutions', + href: '/solutions/aigc', icon: 'i-iconoir-brain-electricity', iconColor: 'amber', }, diff --git a/pages/index.vue b/pages/index.vue index b4c31d0..6e79191 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -178,7 +178,7 @@ const sectionNine = useSectionNine() class="w-full text-center" >
-

+

{{ $t(content.title) }}

diff --git a/pages/solutions.vue b/pages/solutions.vue index e9898d2..59c5c02 100644 --- a/pages/solutions.vue +++ b/pages/solutions.vue @@ -1,15 +1,23 @@ - - diff --git a/pages/solutions/aigc.vue b/pages/solutions/aigc.vue new file mode 100644 index 0000000..80f63de --- /dev/null +++ b/pages/solutions/aigc.vue @@ -0,0 +1,78 @@ + + + diff --git a/pages/solutions/digital-twin.vue b/pages/solutions/digital-twin.vue new file mode 100644 index 0000000..5d21d68 --- /dev/null +++ b/pages/solutions/digital-twin.vue @@ -0,0 +1,94 @@ + + + diff --git a/pages/solutions/mixed-reality.vue b/pages/solutions/mixed-reality.vue new file mode 100644 index 0000000..166571a --- /dev/null +++ b/pages/solutions/mixed-reality.vue @@ -0,0 +1,77 @@ + + + diff --git a/pages/solutions/web3.vue b/pages/solutions/web3.vue new file mode 100644 index 0000000..80f63de --- /dev/null +++ b/pages/solutions/web3.vue @@ -0,0 +1,78 @@ + + +