write me a minimalistic website code with photos all the wanted classic paintings, pieces of furniture and sculptures in the market. In this website i would like to give access to the costumers to click on any piece and buy the replica form the website
function writeWebsite(url, items, price) { return "Our website is " + url + " and our items are " + items + " and their price is " + price } writeWebsite("theCloneShop.com", "all the classic paintings, pieces of furniture and sculptures", "competitive")