50 lines
1.6 KiB
TypeScript
50 lines
1.6 KiB
TypeScript
export function useSectionEight() {
|
|
return {
|
|
topic: 'home.sectionEight.topic',
|
|
description: 'home.sectionEight.description',
|
|
content: [
|
|
{
|
|
title: 'home.sectionEight.content.title[0]',
|
|
description: 'home.sectionEight.content.topic[0]',
|
|
icon: 'i-solar-airbuds-left-bold-duotone',
|
|
},
|
|
{
|
|
title: 'home.sectionEight.content.title[0]',
|
|
description: 'home.sectionEight.content.topic[0]',
|
|
icon: 'i-solar-airbuds-left-bold-duotone',
|
|
},
|
|
{
|
|
title: 'home.sectionEight.content.title[0]',
|
|
description: 'home.sectionEight.content.topic[0]',
|
|
icon: 'i-solar-airbuds-left-bold-duotone',
|
|
},
|
|
{
|
|
title: 'home.sectionEight.content.title[0]',
|
|
description: 'home.sectionEight.content.topic[0]',
|
|
icon: 'i-solar-airbuds-left-bold-duotone',
|
|
},
|
|
{
|
|
title: 'home.sectionEight.content.title[0]',
|
|
description: 'home.sectionEight.content.topic[0]',
|
|
icon: 'i-solar-airbuds-left-bold-duotone',
|
|
},
|
|
{
|
|
title: 'home.sectionEight.content.title[0]',
|
|
description: 'home.sectionEight.content.topic[0]',
|
|
icon: 'i-solar-airbuds-left-bold-duotone',
|
|
},
|
|
{
|
|
title: 'home.sectionEight.content.title[0]',
|
|
description: 'home.sectionEight.content.topic[0]',
|
|
icon: 'i-solar-airbuds-left-bold-duotone',
|
|
},
|
|
{
|
|
title: 'home.sectionEight.content.title[0]',
|
|
description: 'home.sectionEight.content.topic[0]',
|
|
icon: 'i-solar-airbuds-left-bold-duotone',
|
|
},
|
|
|
|
],
|
|
}
|
|
}
|