import { signIn } from "@/lib/auth"; import Image from "next/image"; const Social = ({ locale }: { locale: string }) => { return ( <> ); }; export default Social;