hidden shop information

This commit is contained in:
hamid zarghami
2025-11-26 10:12:57 +03:30
parent 11ef24e312
commit 1368ea8807
2 changed files with 5 additions and 4 deletions
@@ -39,7 +39,7 @@ const ShopInformation = ({ product }: ShopInformationProps) => {
return (
<div className='w-full xl:w-[325px] bg-[#FAFAFA] rounded-[10px] p-4 sm:p-6 lg:p-7 border border-border h-fit xl:sticky xl:top-[170px] xl:self-start'>
<div className='text-lg text-[#191919]'>
{/* <div className='text-lg text-[#191919]'>
فروشنده
</div>
@@ -63,7 +63,7 @@ const ShopInformation = ({ product }: ShopInformationProps) => {
<div>عملکرد خیلی خوب</div>
</div>
</div>
</div>
</div> */}
<div className='flex gap-4 text-sm font-light border-b border-border pb-4 mt-4'>
<Image
@@ -77,12 +77,12 @@ const ShopInformation = ({ product }: ShopInformationProps) => {
<div>{warranty.duration}</div>
</div>
<div className='mt-6 border-b border-border pb-4'>
{/* <div className='mt-6 border-b border-border pb-4'>
<div className='flex gap-4 text-sm font-light'>
<BoxTick size={20} color={PRIMARY_COLOR} />
<div className='text-[#999999]'>ارسال از {shop.shopName} حداکثر پس از {postingTime} روز کاری</div>
</div>
</div>
</div> */}
<div className='flex gap-4 text-sm font-light border-b border-border pb-4 mt-4'>
<I3DRotate size={20} color={PRIMARY_COLOR} />
@@ -8,6 +8,7 @@ interface SpecificationsProps {
}
const Specifications: FC<SpecificationsProps> = ({ product }) => {
if (product.specifications.length === 0) return null
return (
<div className="mt-12 sm:mt-16 w-full">
<div className="flex items-center justify-end gap-3 flex-row-reverse">