50 lines
1.5 KiB
TypeScript
50 lines
1.5 KiB
TypeScript
|
export function useSectionWeb3() {
|
||
|
return {
|
||
|
topic: 'home.sectionWeb3.topic',
|
||
|
description: 'home.sectionWeb3.description',
|
||
|
content: [
|
||
|
{
|
||
|
title: 'home.sectionWeb3.content.title[0]',
|
||
|
description: 'home.sectionWeb3.content.topic[0]',
|
||
|
icon: 'i-icomoon-free-500px',
|
||
|
},
|
||
|
{
|
||
|
title: 'home.sectionWeb3.content.title[1]',
|
||
|
description: 'home.sectionWeb3.content.topic[1]',
|
||
|
icon: 'i-file-icons-3d-model',
|
||
|
},
|
||
|
{
|
||
|
title: 'home.sectionWeb3.content.title[2]',
|
||
|
description: 'home.sectionWeb3.content.topic[2]',
|
||
|
icon: 'i-octicon-copilot-16',
|
||
|
},
|
||
|
{
|
||
|
title: 'home.sectionWeb3.content.title[3]',
|
||
|
description: 'home.sectionWeb3.content.topic[3]',
|
||
|
icon: 'i-octicon-circuit-board',
|
||
|
},
|
||
|
{
|
||
|
title: 'home.sectionWeb3.content.title[4]',
|
||
|
description: 'home.sectionWeb3.content.topic[4]',
|
||
|
icon: 'i-icomoon-free-dice',
|
||
|
},
|
||
|
{
|
||
|
title: 'home.sectionWeb3.content.title[5]',
|
||
|
description: 'home.sectionWeb3.content.topic[5]',
|
||
|
icon: 'i-icon-park-solid-anchor-one',
|
||
|
},
|
||
|
{
|
||
|
title: 'home.sectionWeb3.content.title[6]',
|
||
|
description: 'home.sectionWeb3.content.topic[6]',
|
||
|
icon: 'i-icon-park-solid-address-book',
|
||
|
},
|
||
|
{
|
||
|
title: 'home.sectionWeb3.content.title[7]',
|
||
|
description: 'home.sectionWeb3.content.topic[7]',
|
||
|
icon: 'i-icomoon-free-barcode',
|
||
|
},
|
||
|
|
||
|
],
|
||
|
}
|
||
|
}
|