Images upgraded
This commit is contained in:
@ -25,6 +25,10 @@ export default function ProductsPage() {
|
||||
width={300}
|
||||
height={300}
|
||||
className='object-cover rounded-md'
|
||||
style={{
|
||||
maxWidth: '100%',
|
||||
height: 'auto',
|
||||
}}
|
||||
/>
|
||||
<h2 className='mt-4 text-lg font-semibold'>{product.title}</h2>
|
||||
<p className='mt-2 text-gray-600'>{product.description}</p>
|
||||
|
||||
Reference in New Issue
Block a user