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

64 lines
1.7 KiB
TypeScript

export function useSectionThree() {
return {
title: 'home.sectionThree.title',
topic: 'home.sectionThree.topic',
description: 'home.sectionThree.description',
link: {
name: 'home.sectionThree.link',
href: '#',
},
contentPrimary: [
{
topic: 'home.sectionThree.contentPrimary.topic[0]',
img: '/imgs/Home-Stories/ParcelCreatorverse.jpg',
href: '/release/creatorpartyverse',
},
{
topic: 'home.sectionThree.contentPrimary.topic[1]',
img: '/imgs/Home-Stories/HoloWater.jpg',
href: '/release/holowater',
},
],
contentSecondary: [
{
topic: 'home.sectionThree.contentSecondary.topic[0]',
img: '/imgs/Home-Stories/NeverDrinkAlone.jpg',
href: '/release/bar-symphony',
}, {
topic: 'home.sectionThree.contentSecondary.topic[1]',
img: '/imgs/Home-Stories/RIBAChangan.jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentSecondary.topic[2]',
img: '/imgs/Home-Stories/CoreOfTime.jpg',
href: '#',
},
],
contentThird: [
{
topic: 'home.sectionThree.contentThird.topic[0]',
img: '/imgs/Home-Stories/BitCountry.jpg',
href: '#',
}, {
topic: 'home.sectionThree.contentThird.topic[1]',
img: '/imgs/Home-Stories/MMMM.jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentThird.topic[2]',
img: '/imgs/Home-Stories/Circulus.jpg',
href: '#',
},
{
topic: 'home.sectionThree.contentThird.topic[3]',
img: '/imgs/Home-Stories/NASA.jpg',
href: '#',
},
],
}
}