export function useSectionThree() { return { title: 'home.sectionThree.title', topic: 'home.sectionThree.topic', description: 'home.sectionThree.description', link: { name: 'home.sectionThree.link', href: '#', }, contentPrimary: [ { topic: 'home.sectionThree.contentPrimary.topic[0]', img: '/imgs/1 (2).jpg', href: '#', }, { topic: 'home.sectionThree.contentPrimary.topic[1]', img: '/imgs/1 (1).jpg', href: '#', }, ], contentSecondary: [ { topic: 'home.sectionThree.contentSecondary.topic[0]', img: '/imgs/1 (5).jpg', href: '#', }, { topic: 'home.sectionThree.contentSecondary.topic[1]', img: '/imgs/1 (3).jpg', href: '#', }, { topic: 'home.sectionThree.contentSecondary.topic[2]', img: '/imgs/1 (4).jpg', href: '#', }, ], contentThird: [ { topic: 'home.sectionThree.contentThird.topic[0]', img: '/imgs/1 (9).jpg', href: '#', }, { topic: 'home.sectionThree.contentThird.topic[1]', img: '/imgs/1 (6).jpg', href: '#', }, { topic: 'home.sectionThree.contentThird.topic[2]', img: '/imgs/1 (7).jpg', href: '#', }, { topic: 'home.sectionThree.contentThird.topic[3]', img: '/imgs/1 (8).jpg', href: '#', }, ], } }