import { Spacer } from './layout/spacer' import { firebaseLogin } from 'web/lib/firebase/users' import { Col } from './layout/col' import { withTracking } from 'web/lib/service/analytics' import { useTracking } from 'web/hooks/use-tracking' import { SiteLink } from './site-link' export function LandingPagePanel() { useTracking('view landing page') return ( <>

CSPI/Salem{' '} Tournament

Predict the future and win!

Manifold Markets is partnering with CSPI and the Salem Center of the University of Texas at Austin to bring a{' '} forecasting tournament .
{' '} ) }