pixel perfect

This commit is contained in:
hamid zarghami
2025-04-23 15:48:22 +03:30
parent 22844c71f1
commit 82c5dbdffa
11 changed files with 89 additions and 16 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const Products: FC = () => {
<div className='rounded-4xl overflow-hidden relative'>
<Link href={`/products/${item.id}`}>
<Image
src={item.images[0].imageUrl}
src={item.coverUrl}
alt='product'
width={1080}
height={1080}
+1
View File
@@ -58,6 +58,7 @@ export interface DanakService {
isActive: boolean;
link: string;
icon: string;
coverUrl: string;
category: {
id: string;
title: string;