interface InfoItemProps { label: string; value: string; } export default function InfoItem({ label, value }: InfoItemProps) { return (