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

39 lines
1022 B
TypeScript
Raw Normal View History

2023-04-27 13:58:47 +08:00
export function useSectionTwo() {
return {
title: 'home.sectionTwo.title',
description: 'home.sectionTwo.description',
2023-04-27 13:58:47 +08:00
content: [
2023-05-09 18:09:45 +08:00
{
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',
},
2023-04-27 13:58:47 +08:00
{
2023-05-06 05:39:23 +08:00
img: '/imgs/Partners/MUA.png',
2023-05-04 03:37:41 +08:00
href: 'https://muadao.build/',
title: 'MUA DAO',
2023-04-27 13:58:47 +08:00
},
2023-05-09 18:09:45 +08:00
{
img: '/imgs/Partners/Ultiverse.png',
href: 'https://www.ultiverse.io/home',
title: 'Ultiverse',
},
2023-04-27 13:58:47 +08:00
{
2023-05-06 05:39:23 +08:00
img: '/imgs/Partners/PARCEL.png',
href: 'https://parcel.so/',
title: 'PARCEL Creatorverse',
2023-04-27 13:58:47 +08:00
},
{
2023-05-09 18:09:45 +08:00
img: '/imgs/Partners/bc-font-logo.png',
href: 'https://bit.country/',
title: 'Bit.Country',
2023-04-27 13:58:47 +08:00
},
{
2023-05-09 18:09:45 +08:00
img: '/imgs/Partners/MONAVERSE.webp',
href: 'https://monaverse.com/',
title: 'MONAVerse',
2023-04-27 13:58:47 +08:00
},
],
}
}