Update src/app/menu/page.tsx
This commit is contained in:
@@ -68,11 +68,11 @@ export default function MenuPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "coffee-1", name: "Geleneksel Türk Kahvesi", price: "₺80", variant: "Sade / Orta / Şekerli", imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg", imageAlt: "Geleneksel Türk Kahvesi" },
|
||||
{ id: "coffee-2", name: "Espresso", price: "₺65", variant: "Tek / Çift Shot", imageSrc: "http://img.b2bpic.net/free-photo/latte-with-steamed-milk-coffee-beans-table_140725-10964.jpg", imageAlt: "Espresso" },
|
||||
{ id: "coffee-1", name: "Geleneksel Türk Kahvesi", price: "₺80", variant: "Sade / Orta / Şekerli", imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg?_wi=2", imageAlt: "Geleneksel Türk Kahvesi" },
|
||||
{ id: "coffee-2", name: "Espresso", price: "₺65", variant: "Tek / Çift Shot", imageSrc: "http://img.b2bpic.net/free-photo/latte-with-steamed-milk-coffee-beans-table_140725-10964.jpg?_wi=2", imageAlt: "Espresso" },
|
||||
{ id: "dessert-1", name: "San Sebastian Cheesecake", price: "₺120", variant: "Çilekli / Frambuazlı", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cakes-with-macarons-pink_140725-78364.jpg", imageAlt: "San Sebastian Cheesecake" },
|
||||
{ id: "snack-1", name: "Ev Yapımı Sandviç", price: "₺100", variant: "Tavuklu / Peynirli", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-avocado-crisp-bread-table_23-2148035030.jpg", imageAlt: "Ev Yapımı Sandviç" },
|
||||
{ id: "coffee-3", name: "Buzlu Latte", price: "₺90", variant: "Karamel / Vanilya", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-sea_1268-16573.jpg", imageAlt: "Buzlu Latte" },
|
||||
{ id: "coffee-3", name: "Buzlu Latte", price: "₺90", variant: "Karamel / Vanilya", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-sea_1268-16573.jpg?_wi=2", imageAlt: "Buzlu Latte" },
|
||||
{ id: "dessert-2", name: "Çikolatalı Cookie", price: "₺75", variant: "Sütlü / Bitter", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-coffee-white-mug-cookies-top-view_23-2148441230.jpg", imageAlt: "Çikolatalı Cookie" },
|
||||
{ id: "coffee-4", name: "Filtre Kahve", price: "₺70", variant: "Kenya / Etiyopya", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-dark-marble-table_140725-78153.jpg", imageAlt: "Filtre Kahve" },
|
||||
{ id: "dessert-3", name: "Tiramisu", price: "₺110", variant: "Klasik", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-tiramisu-sweet-delight-perfect-dessert_23-2150920044.jpg", imageAlt: "Tiramisu" },
|
||||
|
||||
Reference in New Issue
Block a user