<button
onClick={() => {
signIn("google");
}}
className="flex flex-row gap-4 items-center justify-center px-8 py-4 rounded-md text-black font-semibold font-raleway bg-white"
>
<Image src={"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Google_%22G%22_logo.svg/768px-Google_%22G%22_logo.svg.png"} alt="" width={30} height={30} />
Sign in with Google
</button>
this button should be ok ig I've just picked it from one of my projects, I've changed the image src to some random google logo I found online.