diff --git a/config/pages/home/use-section-six.ts b/config/pages/home/use-section-six.ts index 79a910e..db671d0 100644 --- a/config/pages/home/use-section-six.ts +++ b/config/pages/home/use-section-six.ts @@ -6,7 +6,7 @@ export function useSectionSix() { { title: 'home.sectionSix.content.title[0]', topic: 'home.sectionSix.content.topic[0]', - description: 'home.sectionSix.content.topic[0]', + description: 'home.sectionSix.content.description[0]', link: { name: 'home.sectionSix.content.link[0]', href: '#', @@ -16,7 +16,7 @@ export function useSectionSix() { { title: 'home.sectionSix.content.title[1]', topic: 'home.sectionSix.content.topic[1]', - description: 'home.sectionSix.content.topic[1]', + description: 'home.sectionSix.content.description[1]', link: { name: 'home.sectionSix.content.link[1]', href: '#', @@ -26,7 +26,7 @@ export function useSectionSix() { { title: 'home.sectionSix.content.title[2]', topic: 'home.sectionSix.content.topic[2]', - description: 'home.sectionSix.content.topic[2]', + description: 'home.sectionSix.content.description[2]', link: { name: 'home.sectionSix.content.link[2]', href: '#', @@ -36,7 +36,7 @@ export function useSectionSix() { { title: 'home.sectionSix.content.title[3]', topic: 'home.sectionSix.content.topic[3]', - description: 'home.sectionSix.content.topic[3]', + description: 'home.sectionSix.content.description[3]', link: { name: 'home.sectionSix.content.link[3]', href: '#', diff --git a/config/pages/home/use-section-three.ts b/config/pages/home/use-section-three.ts index 93cff9c..efbd225 100644 --- a/config/pages/home/use-section-three.ts +++ b/config/pages/home/use-section-three.ts @@ -10,12 +10,12 @@ export function useSectionThree() { contentPrimary: [ { topic: 'home.sectionThree.contentPrimary.topic[0]', - img: '/imgs/1 (2).jpg', + img: '/imgs/Home-Stories/ParcelCreatorverse.jpg', href: '#', }, { topic: 'home.sectionThree.contentPrimary.topic[1]', - img: '/imgs/1 (1).jpg', + img: '/imgs/Home-Stories/HoloWater.jpg', href: '#', }, ], @@ -23,16 +23,16 @@ export function useSectionThree() { { topic: 'home.sectionThree.contentSecondary.topic[0]', - img: '/imgs/1 (5).jpg', + img: '/imgs/Home-Stories/NeverDrinkAlone.jpg', href: '#', }, { topic: 'home.sectionThree.contentSecondary.topic[1]', - img: '/imgs/1 (3).jpg', + img: '/imgs/Home-Stories/RIBA Metaverse Festival.jpg', href: '#', }, { topic: 'home.sectionThree.contentSecondary.topic[2]', - img: '/imgs/1 (4).jpg', + img: '/imgs/Home-Stories/Tower.jpg', href: '#', }, diff --git a/locales/en-UK.json b/locales/en-UK.json index 8becc16..e6fc67a 100644 --- a/locales/en-UK.json +++ b/locales/en-UK.json @@ -64,10 +64,23 @@ "description": "See how TOPVERSE® brings the virtual world into reality", "contentPrimary": { "topic": [ - "Spotlight: Music Venue", - "Parcel Creatorverse Spotlight: Meeting Venue" + "Metaverse Construction: The Party-verse", + "MR Digital Twin: HoloWater®" ] }, + "contentSecondary":{ + "topic":[ + "Never Drink Alone: The Bar Symphony", + "MMMM Mic Dolls: Music Interactive Digital Content" + ] + + }, + "contentThrid":{ + "topic":[ + "China" + ] + + }, "imgsDes": [ "See how these great companies have partnered with LandVault to take their iconic brands into the metaverse", "See how these great companies have partnered with LandVault to take their iconic brands into the metaverse", @@ -84,7 +97,7 @@ "sectionFour": { "topic": "The Metaverse Made Simple", "description": "LandVault helps brands build a unique metaverse experience and drive engagement in a meaningful way", - "entry": " Check Out Our Solutions" + "link": " Check Out Our Solutions" }, "sectionFive": { "title":"Full-Stack Virtual and Reality Services", @@ -106,6 +119,32 @@ } + }, + "sectionSix":{ + "topic":"SOLUTIONS & SERVICES", + "description":"See how the technology and creativity combine the reality with virtual world", + "content":{ + "title":[ + "Mixed Reality", + "Metaverse Construction" + + ], + "topic":[ + "Digital Twin" + ], + "description":[ + "Increase the efficiency, Cover all kinds of industries including construction, mining, sea port, water, and more.", + "" + ], + "link":[ + "More Details", + "More Details", + "More Details", + "More Details" + ] + } + + } }, "foot": { diff --git a/public/imgs/Home-Stories/HoloWater.JPG b/public/imgs/Home-Stories/HoloWater.JPG new file mode 100644 index 0000000..111864a Binary files /dev/null and b/public/imgs/Home-Stories/HoloWater.JPG differ diff --git a/public/imgs/Home-Stories/NeverDrinkAlone.jpg b/public/imgs/Home-Stories/NeverDrinkAlone.jpg new file mode 100644 index 0000000..292a301 Binary files /dev/null and b/public/imgs/Home-Stories/NeverDrinkAlone.jpg differ diff --git a/public/imgs/Home-Stories/ParcelCreatorverse.jpg b/public/imgs/Home-Stories/ParcelCreatorverse.jpg new file mode 100644 index 0000000..a89c6dc Binary files /dev/null and b/public/imgs/Home-Stories/ParcelCreatorverse.jpg differ diff --git a/public/imgs/Home-Stories/RIBA Metaverse Festival.jpg b/public/imgs/Home-Stories/RIBA Metaverse Festival.jpg new file mode 100644 index 0000000..8fcc591 Binary files /dev/null and b/public/imgs/Home-Stories/RIBA Metaverse Festival.jpg differ diff --git a/public/imgs/Home-Stories/Tower.jpg b/public/imgs/Home-Stories/Tower.jpg new file mode 100644 index 0000000..91a806d Binary files /dev/null and b/public/imgs/Home-Stories/Tower.jpg differ