import SanityImage from '../../ui/sanity-image'; interface USPSectionProps { usps: [] | any; } const USPSection = ({ usps }: USPSectionProps) => { const desktopGridLayout = usps.length === 4 ? 'lg:grid-cols-4' : 'lg:grid-cols-3'; return (
{usp.text}
)}