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

29 lines
688 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-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-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-06 05:39:23 +08:00
img: '/imgs/Partners/PARCEL.png',
2023-04-27 13:58:47 +08:00
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[2]',
2023-04-27 13:58:47 +08:00
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[3]',
2023-04-27 13:58:47 +08:00
},
],
}
}