MJ
Mateo Jimenez
Styled Modal - Copy this React, Mui Component to your project
Create a React component using Material UI that represents a product catalog template similar to Mercado Libre's interface. The component should display product items using Material UI `Card` components. Implement pagination at the bottom of the product list to navigate through the catalog. When any product is selected, a modal should appear showing detailed information about the product, with a button to purchase it. The modal should close when clicking outside or on a close button. Ensure the design is responsive and visually appealing.
Prompt
