Images upgraded

This commit is contained in:
2024-09-26 09:56:42 +05:30
parent a5398565cf
commit 99e35ff29c
9 changed files with 70 additions and 9 deletions

View File

@ -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>