Wix strip - image selection link

Hi,

I have seen that it is possible via code, to allow for the user to select an image within a strip, that will direct them to a desired destination. However, if the strip contains two columns, how would this code look? This is what i’ve got so far - where would I put the reference to the strip itself?:

import wixLocation from ‘wix-location’ ;
$w.onReady( function () {
$w( “ComplianceColumn” ).onClick(()=>{wixLocation.to( “/compliance-hub-branding” )
});