Update src/app/page.tsx
This commit is contained in:
@@ -83,7 +83,7 @@ export default function MaiaCoffeeHouse() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-holding-newspaper-with-laptop-desk-caf_23-2147876737.jpg", imageAlt: "Remote worker at Maia Coffee House"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg", imageAlt: "Minimalist cafe interior details"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg?_wi=1", imageAlt: "Minimalist cafe interior details"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -94,7 +94,7 @@ export default function MaiaCoffeeHouse() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg", imageAlt: "Cafe lounge area comfortable seating"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg", imageAlt: "Boutique coffee shop aesthetic"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg?_wi=2", imageAlt: "Boutique coffee shop aesthetic"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -113,13 +113,13 @@ 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", imageAlt: "Single-origin pour over coffee", initialQuantity: 1
|
||||
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: "2", name: "Artisan Espresso Flight", price: "55₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg", imageAlt: "Espresso tasting flight", 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: "3", name: "Signature Latte", price: "38₺", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-taking-pictures-meal_23-2149286404.jpg", imageAlt: "Maia signature latte", 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: "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
|
||||
|
||||
Reference in New Issue
Block a user