'use client'; import { signIn } from 'next-auth/react'; export function GoogleSignInButton({ label }: { label: string }) { return ( ); }