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/Home-Stories/ParcelCreatorverse.jpg', href: '#', }, { topic: 'home.sectionThree.contentPrimary.topic[1]', img: '/imgs/Home-Stories/HoloWater.jpg', href: '#', }, ], contentSecondary: [ { topic: 'home.sectionThree.contentSecondary.topic[0]', img: '/imgs/Home-Stories/NeverDrinkAlone.jpg', href: '#', }, { topic: 'home.sectionThree.contentSecondary.topic[1]', img: '/imgs/Home-Stories/RIBA Metaverse Festival.jpg', href: '#', }, { topic: 'home.sectionThree.contentSecondary.topic[2]', img: '/imgs/Home-Stories/Tower.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: '#', }, ], } }