Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad74f5d45d | |||
| 1c72be0f3b | |||
| 23300efb1f |
@@ -113,16 +113,16 @@ export default function MaiaCoffeeHouse() {
|
||||
tagIcon={Coffee}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Single-Origin Pour Over", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=1", imageAlt: "Single-origin pour over coffee", initialQuantity: 1
|
||||
id: "1", name: "Single-Origin Pour Over", price: "45₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png?_wi=1", imageAlt: "Single-origin pour over coffee", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Artisan Espresso Flight", price: "55₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=2", imageAlt: "Espresso tasting flight", initialQuantity: 1
|
||||
id: "2", name: "Artisan Espresso Flight", price: "55₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png?_wi=2", imageAlt: "Espresso tasting flight", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Signature Latte", price: "38₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg?_wi=3", imageAlt: "Maia signature latte", initialQuantity: 1
|
||||
id: "3", name: "Signature Latte", price: "38₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png?_wi=3", imageAlt: "Maia signature latte", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "Fresh Pastry Selection", price: "28₺", imageSrc: "http://img.b2bpic.net/free-photo/handmade-round-bread-bun-dough-wooden-platter-with-cooked-one-aside_114579-19826.jpg", imageAlt: "Freshly baked pastries", initialQuantity: 1
|
||||
id: "4", name: "Fresh Pastry Selection", price: "28₺", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqu4C0PwZZcznoZgixA5FCi7ym/uploaded-1773332739647-0eue6x9c.png?_wi=4", imageAlt: "Freshly baked pastries", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
|
||||
Reference in New Issue
Block a user