How can I improve the image quality on my website?

Hi,

We have two blocks of large images on our home page (quotrell.com). But the quality of those images are very low how can I make those images more beautiful?

Website is: Quotrell.com

All themes will request an image at a certain size (or a set of sizes if using responsive images).
Your example looks to pull in a 600x600 image so guessing that’s hardcoded. If you know where it is in the theme you could change that so it uses a much bigger image.

eg:
https://cdn.shopify.com/s/files/1/0284/7355/7064/files/test_4_1200x1200.png?v=1670427944

VS
https://cdn.shopify.com/s/files/1/0284/7355/7064/files/test_4_600x600.png?v=1670427944

Be mindful of speed implications of that.

Do you know where in your theme you’d be changing that or is that something you’re also stuck on?