export function PageHead({ title, eyebrow }: { title: string; eyebrow?: string }) { return (
{eyebrow}