Home.update
This commit is contained in:
parent
f79148ee5f
commit
226588399c
|
@ -13,9 +13,9 @@ export function useCarousel() {
|
|||
img: '/imgs/1 (2).jpg',
|
||||
},
|
||||
{
|
||||
title: 'home.carousel.third.topic',
|
||||
description: 'home.carousel.third.description',
|
||||
entry: 'home.carousel.third.entry',
|
||||
title: 'home.carousel.three.topic',
|
||||
description: 'home.carousel.three.description',
|
||||
entry: 'home.carousel.three.entry',
|
||||
img: '/imgs/1 (3).jpg',
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"nav": {
|
||||
"home": "HOME",
|
||||
"test":"Community",
|
||||
"home": "Home",
|
||||
"solutions": {
|
||||
"t": "solutions",
|
||||
"t": "Solutions",
|
||||
"child": {
|
||||
"land": {
|
||||
"t": "land",
|
||||
|
@ -14,11 +15,35 @@
|
|||
"learn": "learn",
|
||||
"check": "check app",
|
||||
"touch": "get in touch"
|
||||
|
||||
},
|
||||
"scrolldown": "Scroll down to learn more",
|
||||
|
||||
"home": {
|
||||
"carousel":{
|
||||
"one":{
|
||||
"topic":"Never Drink Alone",
|
||||
"description":"The Bar Symphony in Decentraland",
|
||||
"entry":"Details"
|
||||
},
|
||||
"two":{
|
||||
"topic":"Metaverse Congress Hall",
|
||||
"description":"One should never ignore the power of nature",
|
||||
"entry":"Details"
|
||||
},
|
||||
"three":{
|
||||
"topic":"Metaverse Congress Hall",
|
||||
"description":"One should never ignore the power of nature",
|
||||
"entry":"Details"
|
||||
}
|
||||
},
|
||||
"sectionOne": {
|
||||
"topic": "Your End-To-End Metaverse Developers",
|
||||
"one":{
|
||||
"title":"50+",
|
||||
"subtext":"Metaverse Experts & Engineers",
|
||||
"description":"Architects, Developers, Producers, amd more"
|
||||
},
|
||||
"figure": [
|
||||
{
|
||||
"title": "50+",
|
||||
|
|
|
@ -1,7 +1,73 @@
|
|||
{
|
||||
"home": {
|
||||
"nav": {
|
||||
"home": "首页",
|
||||
"test":"社区",
|
||||
"solutions": {
|
||||
"t": "解决方案",
|
||||
"child": {
|
||||
"land": {
|
||||
"t": "land",
|
||||
"description": "The quick brown fox jumps over the lazy dog."
|
||||
}
|
||||
}
|
||||
},
|
||||
"portfolio": "portfolio",
|
||||
"learn": "learn",
|
||||
"check": "check app",
|
||||
"touch": "get in touch"
|
||||
},
|
||||
"scrolldown": "Scroll down to learn more",
|
||||
"home": {
|
||||
"carousel":{
|
||||
"one":{
|
||||
"topic":"Never Drink Alone 元宇宙酒吧",
|
||||
"description":"The Bar Symphony: 在元宇宙中找到共鸣"
|
||||
}
|
||||
},
|
||||
"sectionOne": {
|
||||
"topic": "帮助元宇宙登陆者找到奇点坐标"
|
||||
"topic": "帮助元宇宙登陆者找到奇点坐标",
|
||||
"figure": [
|
||||
{
|
||||
"title": "50+",
|
||||
"body": "Completed Builds",
|
||||
"description": "We have been developing in web3 since 2017"
|
||||
},
|
||||
{
|
||||
"title": "120+",
|
||||
"body": "Completed Builds",
|
||||
"description": "We have been developing in web3 since 2017"
|
||||
},
|
||||
{
|
||||
"title": "120+",
|
||||
"body": "Completed Builds",
|
||||
"description": "We have been developing in web3 since 2017"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sectionTwo": {
|
||||
"title": "some of our clients"
|
||||
},
|
||||
"sectionThree": {
|
||||
"title": "案例展示",
|
||||
"topic": "元宇宙空间设计及技术开发",
|
||||
"description": "See how these great companies have partnered with LandVault to take their iconic brands into the metaverse",
|
||||
"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",
|
||||
"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",
|
||||
"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",
|
||||
"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",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue