diff --git a/config/pages/home/use-section-four.ts b/config/pages/home/use-section-four.ts index 9ac7e3c..5ad5ce5 100644 --- a/config/pages/home/use-section-four.ts +++ b/config/pages/home/use-section-four.ts @@ -1,6 +1,6 @@ export function useSectionFour() { return { - img: '/imgs/1 (1).jpg', + img: '/imgs/Home-Banner/Banner_1.gif', title: 'home.sectionFour.title', topic: 'home.sectionFour.topic', description: 'home.sectionFour.description', diff --git a/config/pages/home/use-section-seven.ts b/config/pages/home/use-section-seven.ts index a9a719f..b54022b 100644 --- a/config/pages/home/use-section-seven.ts +++ b/config/pages/home/use-section-seven.ts @@ -1,6 +1,6 @@ export function useSectionSeven() { return { - img: '/imgs/1 (8).jpg', + img: '/imgs/Home-Banner/Banner_2.gif', title: 'home.sectionSeven.title', topic: 'home.sectionSeven.topic', description: 'home.sectionSeven.description', diff --git a/locales/en-UK.json b/locales/en-UK.json index 46e5776..803a94c 100644 --- a/locales/en-UK.json +++ b/locales/en-UK.json @@ -29,8 +29,10 @@ "home": { "carousel": { - "topic": ["Creator Party-verse", "Metaverse Congress Hall"], - "description": ["Decentraland Construction", "One should never ignore the power of nature"], + "topic": ["TOKEN 2049 Singapore: Creator Party-verse", + "HoloWater®:Water Station Digital Twin"], + "description": ["PARCEL Creatorverse Highlight Project", + "Industrial Mixed Reality Built within Hololens 2"], "link": ["Details", "Details"] }, "sectionOne": { @@ -172,6 +174,7 @@ }, "foot": { "copyright": "TOPVERSE LAB © Copyright 2019-2023 All rights reserved", + "release":"London I Beijing I Shanghai I Hongkong", "record": ["沪ICP备2023010651号-1", ""], "links": [ { @@ -184,7 +187,7 @@ }, { "group":"COMMUNITY", - "link":["WeChat","Red","Twitter"] + "link":["WeChat","Twitter","Red"] } ] } diff --git a/locales/zh-CN.json b/locales/zh-CN.json index fa2acd0..bac905a 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -169,6 +169,7 @@ }, "foot": { "copyright": "TOPVERSE LAB 奇点拓界 © 版权所有 2019-2023 All rights reserved", + "release":"伦敦 I 北京 I 上海 I 香港", "record": ["沪ICP备2023010651号-1", ""], "links": [ { @@ -181,7 +182,7 @@ }, { "group":"社区", - "link":["微信","小红书","推特"] + "link":["微信公众号","Twitter","小红书"] } ] } diff --git a/public/imgs/Home-Banner/Banner_1.gif b/public/imgs/Home-Banner/Banner_1.gif new file mode 100644 index 0000000..16c090e Binary files /dev/null and b/public/imgs/Home-Banner/Banner_1.gif differ diff --git a/public/imgs/Home-Banner/Banner_2.gif b/public/imgs/Home-Banner/Banner_2.gif new file mode 100644 index 0000000..5d86dd6 Binary files /dev/null and b/public/imgs/Home-Banner/Banner_2.gif differ