const ViewDetailsBtn = ({ price, detailUrl }) => { return (

Starting from{" "} {price}

View Details
); }; export default ViewDetailsBtn;