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

64 lines
1.7 KiB
TypeScript
Raw Normal View History

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-05-26 19:53:05 +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-05-26 19:53:05 +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-05-26 19:53:05 +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: '#',
},
],
}
}