2023-04-27 13:58:47 +08:00
|
|
|
export function useSectionThree() {
|
|
|
|
return {
|
|
|
|
title: 'home.sectionThree.title',
|
|
|
|
topic: 'home.sectionThree.topic',
|
|
|
|
description: 'home.sectionThree.description',
|
2023-05-04 00:47:08 +08:00
|
|
|
link: {
|
|
|
|
name: 'home.sectionThree.link',
|
|
|
|
href: '#',
|
|
|
|
},
|
|
|
|
contentPrimary: [
|
2023-04-27 13:58:47 +08:00
|
|
|
{
|
2023-05-04 00:47:08 +08:00
|
|
|
topic: 'home.sectionThree.contentPrimary.topic[0]',
|
2023-05-09 16:56:57 +08:00
|
|
|
img: '/imgs/Home-Stories/ParcelCreatorverse.jpg',
|
2023-06-01 15:36:34 +08:00
|
|
|
href: '/release/creatorpartyverse',
|
2023-04-27 13:58:47 +08:00
|
|
|
},
|
|
|
|
{
|
2023-05-04 00:47:08 +08:00
|
|
|
topic: 'home.sectionThree.contentPrimary.topic[1]',
|
2023-05-09 16:56:57 +08:00
|
|
|
img: '/imgs/Home-Stories/HoloWater.jpg',
|
2023-06-01 15:36:34 +08:00
|
|
|
href: '/release/holowater',
|
2023-04-27 13:58:47 +08:00
|
|
|
},
|
|
|
|
],
|
|
|
|
contentSecondary: [
|
2023-05-04 00:47:08 +08:00
|
|
|
|
2023-04-27 13:58:47 +08:00
|
|
|
{
|
2023-05-04 00:47:08 +08:00
|
|
|
topic: 'home.sectionThree.contentSecondary.topic[0]',
|
2023-05-09 16:56:57 +08:00
|
|
|
img: '/imgs/Home-Stories/NeverDrinkAlone.jpg',
|
2023-06-01 15:36:34 +08:00
|
|
|
href: '/release/bar-symphony',
|
2023-05-04 00:47:08 +08:00
|
|
|
}, {
|
|
|
|
topic: 'home.sectionThree.contentSecondary.topic[1]',
|
2023-05-09 18:09:45 +08:00
|
|
|
img: '/imgs/Home-Stories/RIBAChangan.jpg',
|
2023-04-27 13:58:47 +08:00
|
|
|
href: '#',
|
|
|
|
},
|
|
|
|
{
|
2023-05-04 00:47:08 +08:00
|
|
|
topic: 'home.sectionThree.contentSecondary.topic[2]',
|
2023-05-09 18:09:45 +08:00
|
|
|
img: '/imgs/Home-Stories/CoreOfTime.jpg',
|
2023-04-27 13:58:47 +08:00
|
|
|
href: '#',
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
contentThird: [
|
|
|
|
{
|
2023-05-04 00:47:08 +08:00
|
|
|
topic: 'home.sectionThree.contentThird.topic[0]',
|
2023-05-09 18:09:45 +08:00
|
|
|
img: '/imgs/Home-Stories/BitCountry.jpg',
|
2023-04-27 13:58:47 +08:00
|
|
|
href: '#',
|
2023-05-04 00:47:08 +08:00
|
|
|
}, {
|
|
|
|
topic: 'home.sectionThree.contentThird.topic[1]',
|
2023-05-09 18:09:45 +08:00
|
|
|
img: '/imgs/Home-Stories/MMMM.jpg',
|
2023-04-27 13:58:47 +08:00
|
|
|
href: '#',
|
|
|
|
},
|
|
|
|
{
|
2023-05-04 00:47:08 +08:00
|
|
|
topic: 'home.sectionThree.contentThird.topic[2]',
|
2023-05-09 18:09:45 +08:00
|
|
|
img: '/imgs/Home-Stories/Circulus.jpg',
|
2023-04-27 13:58:47 +08:00
|
|
|
href: '#',
|
|
|
|
},
|
|
|
|
{
|
2023-05-04 00:47:08 +08:00
|
|
|
topic: 'home.sectionThree.contentThird.topic[3]',
|
2023-05-09 18:09:45 +08:00
|
|
|
img: '/imgs/Home-Stories/NASA.jpg',
|
2023-04-27 13:58:47 +08:00
|
|
|
href: '#',
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
}
|
|
|
|
}
|