export function useSectionTwo() { return { // title: 'home.sectionTwo.title', // description: 'home.sectionTwo.description', content: [ { title: 'home.sectionTwo.content.title[0]', imgs: [ { img: '/imgs/Partners/500/CASCI.png', href: 'https://weibo.com/u/7418885402?nick=%E4%B8%AD%E5%9B%BD%E8%88%AA%E5%A4%A9%E6%96%87%E5%88%9B&noscript=1&is_all=1', title: 'CASCI', }, { img: '/imgs/Partners/500/ChinaTower.png', href: 'https://ir.china-tower.com/en/global/home.php', title: 'China Tower', }, { img: '/imgs/Partners/500/MUA.png', href: 'https://muadao.build/', title: 'MUA DAO', }, ], }, { title: 'home.sectionTwo.content.title[1]', imgs: [ { img: '/imgs/Partners/500/Ultiverse.png', href: 'https://www.ultiverse.io/home', title: 'Ultiverse', }, { img: '/imgs/Partners/500/PARCEL.png', href: 'https://parcel.so/', title: 'PARCEL Creatorverse', }, { img: '/imgs/Partners/500/Bit.Country.png', href: 'https://bit.country/', title: 'Bit.Country', }, ], }, { title: 'home.sectionTwo.content.title[2]', imgs: [ { img: '/imgs/Partners/500/MMMM.png', href: 'https://mmmm.world/', title: 'MMMM', }, { img: '/imgs/Partners/500/MONA.png', href: 'https://monaverse.com/', title: 'MONAVerse', }, ], }, ], } }