first you cant use display as the variable name
second “center” isnt a value
do something like this.
local myMenu = display.newImageRect(“Menu.png”, display.contentCenterX, display.contentCenterY, the_width_of_image_here, the_height_of_image_here)
ps. make sure file name is correct. devices are case sensitive