bitter-magazine-8114
10/10/2023, 2:04 PMreturn {
title: wine['Title'],
subtitle: wine['Flavor Profile Title'] + ' | €' + formattedPrice,
image: wine['Image'] + '?optimize=medium&fit=bounds&height=230&width=230',
actions: [
{
label: 'More info',
value: wine['Link'],
action: 'url'
},
{
label: '+ Bottle(1)',
value: wine['Link'],
action: 'url'
}
]
// ... other properties of the wine object
}