--- interface Props { items: Array<{ text: string href?: string | undefined }> } ---