|
@@ -125,10 +125,10 @@ const HomeProduct = () => {
|
|
|
{p.areaName1}
|
|
{p.areaName1}
|
|
|
</h3>
|
|
</h3>
|
|
|
<p className="text-xs text-slate-400 line-through mb-1">
|
|
<p className="text-xs text-slate-400 line-through mb-1">
|
|
|
- {p.minSellPrice} {p.curency}
|
|
|
|
|
|
|
+ {formatNumber(p.minDisplayPrice)} {p.curency}
|
|
|
</p>
|
|
</p>
|
|
|
<p className="text-lg md:text-2xl font-black text-[#EE0434]">
|
|
<p className="text-lg md:text-2xl font-black text-[#EE0434]">
|
|
|
- From {formatNumber(p.minDisplayPrice)} {p.curency}
|
|
|
|
|
|
|
+ From {formatNumber(p.minSellPrice)} {p.curency}
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|
|
|
))}
|
|
))}
|