|
@@ -30,6 +30,7 @@ export function ProductsSection({ title, description, products }: ProductsSectio
|
|
|
imageUrl={imageUrl || ""}
|
|
imageUrl={imageUrl || ""}
|
|
|
price={String(ProductPrice)}
|
|
price={String(ProductPrice)}
|
|
|
product={{
|
|
product={{
|
|
|
|
|
+ _id: item._id,
|
|
|
urlKey: item.urlKey || item.sku,
|
|
urlKey: item.urlKey || item.sku,
|
|
|
name: item?.name || item.sku,
|
|
name: item?.name || item.sku,
|
|
|
id: item.id,
|
|
id: item.id,
|