TOPVERSE_Official/config/pages/home/use-section-two.ts

39 lines
1022 B
TypeScript

export function useSectionTwo() {
return {
title: 'home.sectionTwo.title',
description: 'home.sectionTwo.description',
content: [
{
img: '/imgs/Partners/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/MUA.png',
href: 'https://muadao.build/',
title: 'MUA DAO',
},
{
img: '/imgs/Partners/Ultiverse.png',
href: 'https://www.ultiverse.io/home',
title: 'Ultiverse',
},
{
img: '/imgs/Partners/PARCEL.png',
href: 'https://parcel.so/',
title: 'PARCEL Creatorverse',
},
{
img: '/imgs/Partners/bc-font-logo.png',
href: 'https://bit.country/',
title: 'Bit.Country',
},
{
img: '/imgs/Partners/MONAVERSE.webp',
href: 'https://monaverse.com/',
title: 'MONAVerse',
},
],
}
}