This commit is contained in:
Greyson 2023-05-16 20:07:06 +08:00
parent 43755e89da
commit 9997146a06
3 changed files with 20 additions and 8 deletions

View File

@ -22,21 +22,21 @@ export function useNav(): NavMenu[] {
title: 'nav.solutions.child.land.service[0]', title: 'nav.solutions.child.land.service[0]',
subtitle: 'nav.solutions.child.land.description[0]', subtitle: 'nav.solutions.child.land.description[0]',
href: '/land', href: '/land',
icon: 'i-solar-airbuds-left-bold-duotone', icon: 'i-tabler-affiliate',
iconColor: 'red', iconColor: 'red',
}, },
{ {
title: 'nav.solutions.child.land.service[1]', title: 'nav.solutions.child.land.service[1]',
subtitle: 'nav.solutions.child.land.description[1]', subtitle: 'nav.solutions.child.land.description[1]',
href: '/land', href: '/land',
icon: 'i-solar-airbuds-left-bold-duotone', icon: 'i-tabler-a-b',
iconColor: 'amber', iconColor: 'amber',
}, },
{ {
title: 'nav.solutions.child.land.service[2]', title: 'nav.solutions.child.land.service[2]',
subtitle: 'nav.solutions.child.land.description[2]', subtitle: 'nav.solutions.child.land.description[2]',
href: '/land', href: '/land',
icon: 'i-solar-airbuds-left-bold-duotone', icon: 'i-tabler-3d-cube-sphere',
iconColor: 'amber', iconColor: 'amber',
}, },
], ],
@ -52,14 +52,14 @@ export function useNav(): NavMenu[] {
title: 'nav.event.child.act[0]', title: 'nav.event.child.act[0]',
subtitle: 'nav.event.child.description[0]', subtitle: 'nav.event.child.description[0]',
href: '/land', href: '/land',
icon: 'i-solar-airbuds-left-bold-duotone', icon: 'i-tabler-apple',
iconColor: 'red', iconColor: 'red',
}, },
{ {
title: 'nav.event.child.act[1]', title: 'nav.event.child.act[1]',
subtitle: 'nav.event.child.description[1]', subtitle: 'nav.event.child.description[1]',
href: '/land', href: '/land',
icon: 'i-solar-airbuds-left-bold-duotone', icon: 'i-tabler-api-app',
iconColor: 'red', iconColor: 'red',
}, },
], ],

View File

@ -70,7 +70,7 @@
}, },
"sectionFour": { "sectionFour": {
"topic": "Connects with Power and Strength", "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" "link": " Check Out Our Solutions"
}, },
"sectionFive": { "sectionFive": {
@ -147,6 +147,9 @@
"Customise mixed reality experience for industrial manufacturing, productions, and safety" "Customise mixed reality experience for industrial manufacturing, productions, and safety"
] ]
} }
},
"sectionNine":{
"title":""
} }
}, },
"foot": { "foot": {
@ -159,8 +162,12 @@
"link": ["Home", "Solutions", "Press Release"] "link": ["Home", "Solutions", "Press Release"]
}, },
{ {
"group": "testname2", "group": "COMPANY",
"link": ["test", "test2", "test3"] "link": ["About Us", "Locations", "Terms of Use"]
},
{
"group":"COMMUNITY",
"link":["WeChat","Red","Twitter"]
} }
] ]
} }

View File

@ -61,6 +61,11 @@ export default defineConfig({
'i-maki-basketball-11', 'i-maki-basketball-11',
'i-maki-baseball-11', 'i-maki-baseball-11',
'i-maki-communications-tower-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: [ presets: [
presetAnu(), presetAnu(),