"use client" import { FcGoogle } from 'react-icons/fc'; import Image from 'next/image'; import { signIn } from "next-auth/react" export default function Home() { const handleSignIn = () => { signIn("google") } return (