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

43 lines
1.1 KiB
TypeScript
Raw Normal View History

2023-04-27 13:58:47 +08:00
export function useSectionTwo() {
return {
title: 'home.sectionTwo.title',
content: [
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[0]',
2023-04-27 13:58:47 +08:00
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[1]',
2023-04-27 13:58:47 +08:00
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[2]',
2023-04-27 13:58:47 +08:00
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[3]',
2023-04-27 13:58:47 +08:00
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[4]',
2023-04-27 13:58:47 +08:00
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[5]',
2023-04-27 13:58:47 +08:00
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
2023-05-04 00:47:08 +08:00
title: 'home.sectionTwo.content.title[6]',
2023-04-27 13:58:47 +08:00
},
],
}
}