responsive danak-services

This commit is contained in:
hamid zarghami
2025-04-15 10:22:38 +03:30
parent 6320cc0784
commit 9bba9156a3
14 changed files with 362 additions and 269 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const ServiceItem: FC<Props> = (props) => {
<Image src={props.item.icon} className='size-full object-cover' alt={props.item.name} width={65} height={65} />
</div>
<div className='h-8 bg-primary text-white px-4 rounded-2xl text-sm flex items-center'>
دسته بندی
{props.item.category?.title}
</div>
</div>