Hi @vividground,
Thanks for reaching out.
The Pricing Slider is coming from the JSON in Looper Provider. I suggest you upload the image to the Media and add the URL to the JSON and use the Dynamic Content in the Image element to show the respecting images. In the following example, JSON the image attribute has been added with the local URL of an image.
{
"name" : "Starter",
"description" : "Perfect for hobbyists or bootstrapping a project.",
"image" : "http://localhost/p6/wp-content/uploads/2023/02/adventure-ten-bg.jpg"
"accent" : "#2196f3",
"price" : "20",
"link" : "#starter",
"linkCta" : "Choose",
"features" : [
"1 instance",
"25,000 visits",
"10 GB of storage",
"Free SSL and CDN"
]
},
Now, you need to add the Dynamic Content as a source into the image element in the following way inside the Looper. The Dynamic Content will be {{dc:looper:field key=“image”}}.

Hope it helps.
Thanks