You can align your image to the center with the flex and justify-center operations.
<div className="flex justify-center"> <img className="object-cover h-20 w-35" src="/sampa.png" alt='logo'/> </div>