import { COLORS } from "@/constants"; export const MetadataItem = ({ icon: Icon, label, value, }: { icon: React.ElementType; label: string; value: React.ReactNode; }) => (