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