You don't replace the HOME_PAGE_TITLE, you insert the text you want between the single quotes:

Line #23 : define('HOME_PAGE_TITLE', 'new text here'); // usually best left blank

That change you made to the height of a img is causing the problem with the images in your product listing. What problems are you having with other images when you remove that and add the height:238px; to #logo?