29 lines
688 B
TypeScript
29 lines
688 B
TypeScript
export function useSectionTwo() {
|
|
return {
|
|
title: 'home.sectionTwo.title',
|
|
description: 'home.sectionTwo.description',
|
|
content: [
|
|
{
|
|
img: '/imgs/Partners/MUA.png',
|
|
href: 'https://muadao.build/',
|
|
title: 'MUA DAO',
|
|
},
|
|
{
|
|
img: '/imgs/Partners/PARCEL.png',
|
|
href: 'https://parcel.so/',
|
|
title: 'PARCEL Creatorverse',
|
|
},
|
|
{
|
|
img: '/imgs/Partners/PARCEL.png',
|
|
href: '#',
|
|
title: 'home.sectionTwo.content.title[2]',
|
|
},
|
|
{
|
|
img: 'https://landvault.io/assets/logos/paypal.svg',
|
|
href: '#',
|
|
title: 'home.sectionTwo.content.title[3]',
|
|
},
|
|
],
|
|
}
|
|
}
|