13 lines
281 B
TypeScript
13 lines
281 B
TypeScript
|
export function useSectionSeven() {
|
||
|
return {
|
||
|
img: '/imgs/1 (8).jpg',
|
||
|
title: 'home.sectionSeven.title',
|
||
|
topic: 'home.sectionSeven.topic',
|
||
|
description: 'home.sectionSeven.description',
|
||
|
link: {
|
||
|
name: 'home.sectionSeven.link',
|
||
|
href: '#',
|
||
|
},
|
||
|
}
|
||
|
}
|