export const ProductCard = ({ img, href, title, description, model, type }) => { return (
{title}

{title}

{description}

{model} {type}
); }; ;