43 lines
1.1 KiB
TypeScript
43 lines
1.1 KiB
TypeScript
export function useSectionTwo() {
|
|
return {
|
|
title: 'home.sectionTwo.title',
|
|
content: [
|
|
{
|
|
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://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]',
|
|
},
|
|
],
|
|
}
|
|
}
|