Skip to content

Instantly share code, notes, and snippets.

@popeating
Created June 4, 2023 13:00
Show Gist options
  • Save popeating/bc1a6759ec648dc51a0da06f7f5ee6f2 to your computer and use it in GitHub Desktop.
Save popeating/bc1a6759ec648dc51a0da06f7f5ee6f2 to your computer and use it in GitHub Desktop.
export const products = [
{
id: 1,
name: 'Coffee beans - Costa Rica Finca la Planada',
price: '35',
imageSrc: '/costa-rica-finca-la-planada-600x600.jpg',
imageAlt: 'Coffee beans - Costa Rica Finca la Planada',
},
//add more products
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment