Problem: Products currently have no actual images (just broken placeholders), and the layout feels empty in the center.
Fix:
Ensure each product card uses an
tag with a valid src
Use a flexbox or grid layout to keep items aligned and centered
Add padding above and below the product title so the center area doesn’t look empty.
