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

28 lines
697 B
TypeScript

export function useSectionTwo() {
return {
title: 'home.sectionTwo.title',
content: [
{
img: 'https://muadao.build/assets/logo.7c101bb2.svg',
href: 'https://muadao.build/',
title: 'MUA DAO',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[1]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[2]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[3]',
},
],
}
}