import Link from 'next/link'; import { SignInForm } from '~/components/forms/signin'; export default function SignInPage() { return (

Sign in to your account

Welcome back, we are lucky to have you.

Don't have an account?{' '} Sign up

Forgotten your password?

); }