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

62 lines
1.4 KiB
TypeScript

export function useSectionThree() {
return {
title: 'home.sectionThree.title',
topic: 'home.sectionThree.topic',
description: 'home.sectionThree.description',
entry: 'home.sectionThree.entry',
contentFirst: [
{
topic: 'home.sectionThree.contentFirst.topic1',
img: '/imgs/1 (1).jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentFirst.topic2',
img: '/imgs/1 (1).jpg',
href: '#',
},
],
contentSecondary: [
{
topic: 'home.sectionThree.contentSecondary.topic1',
img: '/imgs/1 (1).jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentSecondary.topic2',
img: '/imgs/1 (1).jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentSecondary.topic3',
img: '/imgs/1 (1).jpg',
href: '#',
},
],
contentThird: [
{
topic: 'home.sectionThree.contentThird.topic1',
img: '/imgs/1 (1).jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentThird.topic2',
img: '/imgs/1 (1).jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentThird.topic3',
img: '/imgs/1 (1).jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentThird.topic4',
img: '/imgs/1 (1).jpg',
href: '#',
},
],
}
}