Como alterar a exibição das imagens do produto no PDP? Spartacus

provideConfig(<CmsConfig>{
      cmsComponents: {
        ProductImagesComponent: {
          component: YourNewProductImageComponent,
        },
      },
    }),
SAMER SAEID