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

43 lines
963 B
TypeScript

export function useSectionTwo() {
return {
title: 'home.sectionTwo.title',
content: [
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'paypal',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'paypal',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'paypal',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'paypal',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'paypal',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'paypal',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'paypal',
},
],
}
}