import React from 'react' import CardContainer from '../../components/CardContainer' import Head from 'next/head' import { useSession } from 'next-auth/client' function Index() { const [session, loading] = useSession() return ( <> {!session && <>