Update
This commit is contained in:
parent
43755e89da
commit
9997146a06
|
@ -22,21 +22,21 @@ export function useNav(): NavMenu[] {
|
|||
title: 'nav.solutions.child.land.service[0]',
|
||||
subtitle: 'nav.solutions.child.land.description[0]',
|
||||
href: '/land',
|
||||
icon: 'i-solar-airbuds-left-bold-duotone',
|
||||
icon: 'i-tabler-affiliate',
|
||||
iconColor: 'red',
|
||||
},
|
||||
{
|
||||
title: 'nav.solutions.child.land.service[1]',
|
||||
subtitle: 'nav.solutions.child.land.description[1]',
|
||||
href: '/land',
|
||||
icon: 'i-solar-airbuds-left-bold-duotone',
|
||||
icon: 'i-tabler-a-b',
|
||||
iconColor: 'amber',
|
||||
},
|
||||
{
|
||||
title: 'nav.solutions.child.land.service[2]',
|
||||
subtitle: 'nav.solutions.child.land.description[2]',
|
||||
href: '/land',
|
||||
icon: 'i-solar-airbuds-left-bold-duotone',
|
||||
icon: 'i-tabler-3d-cube-sphere',
|
||||
iconColor: 'amber',
|
||||
},
|
||||
],
|
||||
|
@ -52,14 +52,14 @@ export function useNav(): NavMenu[] {
|
|||
title: 'nav.event.child.act[0]',
|
||||
subtitle: 'nav.event.child.description[0]',
|
||||
href: '/land',
|
||||
icon: 'i-solar-airbuds-left-bold-duotone',
|
||||
icon: 'i-tabler-apple',
|
||||
iconColor: 'red',
|
||||
},
|
||||
{
|
||||
title: 'nav.event.child.act[1]',
|
||||
subtitle: 'nav.event.child.description[1]',
|
||||
href: '/land',
|
||||
icon: 'i-solar-airbuds-left-bold-duotone',
|
||||
icon: 'i-tabler-api-app',
|
||||
iconColor: 'red',
|
||||
},
|
||||
],
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
},
|
||||
"sectionFour": {
|
||||
"topic": "Connects with Power and Strength",
|
||||
"description": "TOPVERSE Lab equips pioneers with quick reactions, powerful teams, bold minds, unlimited inspirations and high-quality realisations",
|
||||
"description": "TOPVERSE® Lab Equips Pioneers with quick reactions, powerful teams, bold minds, unlimited inspirations and high-quality realisations",
|
||||
"link": " Check Out Our Solutions"
|
||||
},
|
||||
"sectionFive": {
|
||||
|
@ -147,6 +147,9 @@
|
|||
"Customise mixed reality experience for industrial manufacturing, productions, and safety"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sectionNine":{
|
||||
"title":""
|
||||
}
|
||||
},
|
||||
"foot": {
|
||||
|
@ -159,8 +162,12 @@
|
|||
"link": ["Home", "Solutions", "Press Release"]
|
||||
},
|
||||
{
|
||||
"group": "testname2",
|
||||
"link": ["test", "test2", "test3"]
|
||||
"group": "COMPANY",
|
||||
"link": ["About Us", "Locations", "Terms of Use"]
|
||||
},
|
||||
{
|
||||
"group":"COMMUNITY",
|
||||
"link":["WeChat","Red","Twitter"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -61,6 +61,11 @@ export default defineConfig({
|
|||
'i-maki-basketball-11',
|
||||
'i-maki-baseball-11',
|
||||
'i-maki-communications-tower-11',
|
||||
'i-tabler-affiliate',
|
||||
'i-tabler-a-b',
|
||||
'i-tabler-3d-cube-sphere',
|
||||
'i-tabler-api-app',
|
||||
'i-tabler-apple',
|
||||
],
|
||||
presets: [
|
||||
presetAnu(),
|
||||
|
|
Loading…
Reference in New Issue