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

54 lines
1.5 KiB
TypeScript

export function useSectionTwo() {
return {
title: 'home.sectionTwo.title',
content: [
{
<<<<<<< Updated upstream
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[0]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[1]',
=======
img: 'https://muadao.build/assets/logo.7c101bb2.svg',
href: 'https://muadao.build/',
title: 'MUA',
},
{
img: 'https://ir.china-tower.com/en/images/global/logo.svg',
href: 'https://www.china-tower.com/index',
title: 'ChinaTower',
>>>>>>> Stashed changes
},
{
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]',
},
],
}
}