Merge version_1 into main #2
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
id: "caesar", name: "Цезар з курицею", price: "180 грн", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-tomato-lettuce-served-with-wine_140725-1503.jpg", imageAlt: "Салат Цезар"
|
||||
},
|
||||
{
|
||||
id: "borscht", name: "Традиційна борщ", price: "95 грн", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tomato-cream-soup-flat-lay_23-2148486563.jpg?_wi=1", imageAlt: "Борщ українська"
|
||||
id: "borscht", name: "Традиційна борщ", price: "95 грн", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tomato-cream-soup-flat-lay_23-2148486563.jpg", imageAlt: "Борщ українська"
|
||||
},
|
||||
{
|
||||
id: "dumplings", name: "Вареники з сиром", price: "140 грн", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-meat-dumplings-with-different-ingredients-dark-background-vegetable-dish-meal-color-dough-dinner-cooking-bake-cuisine_140725-156846.jpg", imageAlt: "Вареники з сиром"
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
id: "dessert", name: "Тирамісу", price: "110 грн", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168810.jpg", imageAlt: "Десерт Тирамісу"
|
||||
},
|
||||
{
|
||||
id: "solanka", name: "Солянка м'ясна", price: "130 грн", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tomato-cream-soup-flat-lay_23-2148486563.jpg?_wi=2", imageAlt: "Солянка"
|
||||
id: "solanka", name: "Солянка м'ясна", price: "130 грн", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tomato-cream-soup-flat-lay_23-2148486563.jpg", imageAlt: "Солянка"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -185,13 +185,13 @@ export default function LandingPage() {
|
||||
description="Знайдіть нас у центрі Тернополя"
|
||||
metrics={[
|
||||
{
|
||||
id: "address", value: "вул. Козацька, 1Б", title: "Адреса", description: "Тернопіль, Україна"
|
||||
id: "address", value: "вул. Козацька, 1Б", title: "Адреса", description: "Тернопіль, Україна", imageSrc: "http://img.b2bpic.net/free-photo/map-iceland-gold-glitter-map-dark-background_559531-10641.jpg", imageAlt: "restaurant location map pin address"
|
||||
},
|
||||
{
|
||||
id: "phone", value: "097 448 0038", title: "Телефон", description: "Зв'яжіться з нами"
|
||||
id: "phone", value: "097 448 0038", title: "Телефон", description: "Зв'яжіться з нами", imageSrc: "http://img.b2bpic.net/free-photo/map-iceland-gold-glitter-map-dark-background_559531-10641.jpg", imageAlt: "restaurant location map pin address"
|
||||
},
|
||||
{
|
||||
id: "hours", value: "11:00 - 22:00", title: "Час роботи", description: "Пн-Чт, Нд; Пт-Сб до 23:00"
|
||||
id: "hours", value: "11:00 - 22:00", title: "Час роботи", description: "Пн-Чт, Нд; Пт-Сб до 23:00", imageSrc: "http://img.b2bpic.net/free-photo/map-iceland-gold-glitter-map-dark-background_559531-10641.jpg", imageAlt: "restaurant location map pin address"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user