export function getProductItem(image, name, price) { return `
Product Image
${name}
`; }