import { HeroBanner } from '../layout/hero-banner' type Props = { badge: string title: string body: string reloadLabel: string onReload: () => void } export function BlockedState(props: Props) { return ( ) }