diff --git a/config/use-nav.ts b/config/use-nav.ts index 6c94fa6..966b8c4 100644 --- a/config/use-nav.ts +++ b/config/use-nav.ts @@ -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', }, ], diff --git a/locales/en-UK.json b/locales/en-UK.json index 8b86901..ecbcc4b 100644 --- a/locales/en-UK.json +++ b/locales/en-UK.json @@ -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"] } ] } diff --git a/uno.config.ts b/uno.config.ts index a954ffd..4169056 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -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(),