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

43 lines
1.1 KiB
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]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[4]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[5]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[6]',
},
],
}
}