import Image from 'next/image'; const logos = [ { src: '/images/spotlight/toi.png', alt: 'TOI' }, { src: '/images/spotlight/tribune.png', alt: 'The Tribune' }, { src: '/images/spotlight/et.png', alt: 'ET' }, { src: '/images/spotlight/hindu.png', alt: 'The Hindu' }, ]; export function Spotlight() { return (