export function RouteLoadingScreen({ eyebrow, text, }: { eyebrow: string; text: string; }) { return (
{eyebrow}
{text}
); }