diff --git a/config/pages/home/use-section-two.ts b/config/pages/home/use-section-two.ts index 41dbedc..b659f19 100644 --- a/config/pages/home/use-section-two.ts +++ b/config/pages/home/use-section-two.ts @@ -159,6 +159,16 @@ export function useSectionTwo() { href: 'https://www.ieee.org/', title: 'IEEE', }, + { + img: '/imgs/Partners/500/WMC.png', + href: 'https://www.worldmetaverseconference.com/', + title: 'World Metaverse Conference', + }, + { + img: '/imgs/Partners/500/SHDW.png', + href: 'https://www.shdesignweek.com/', + title: 'Shanghai International Design Week', + }, ], }, diff --git a/config/pages/solutions/use-mixed-reality.ts b/config/pages/solutions/use-mixed-reality.ts index a7d4bd0..ce45153 100644 --- a/config/pages/solutions/use-mixed-reality.ts +++ b/config/pages/solutions/use-mixed-reality.ts @@ -2,10 +2,10 @@ export function useMixedReality() { return { ending: 'Ajlksdjflajsd;lfja;ldf', head: { - img: '/imgs/Project/Metaverse-Build/MusicVenue.jpg', - topic: 'Never Drink Alone:The Bar Symphony', - title: 'Metaverse Space Design', - description: 'Award-Winning Project', + img: '/imgs/Solutions/Mixed Reality/virtual-1.jpg', + topic: '基于AR/VR/MR/XR技术的混合现实解决方案', + title: '打开行业元宇宙应用的大门', + description: 'Mixed Reality Metaverse Solution', }, feature: { topic: 'home.sectionEight.topic', diff --git a/public/imgs/Partners/500/SHDW.png b/public/imgs/Partners/500/SHDW.png new file mode 100644 index 0000000..f08f7cb Binary files /dev/null and b/public/imgs/Partners/500/SHDW.png differ diff --git a/public/imgs/Solutions/Mixed Reality/virtual-1.jpg b/public/imgs/Solutions/Mixed Reality/virtual-1.jpg new file mode 100644 index 0000000..3fbc84a Binary files /dev/null and b/public/imgs/Solutions/Mixed Reality/virtual-1.jpg differ