Seed exchange catalog images
Build and deploy Docker image / build (push) Successful in 3m42s

This commit is contained in:
Ruslan Bakiev
2026-06-11 15:33:52 +07:00
parent 2e3baf7634
commit 19d9a05211
5 changed files with 15 additions and 1 deletions
+7
View File
@@ -10,6 +10,7 @@ const products = [
name: 'Solar panels',
categoryName: 'Equipment',
unit: 'pallet',
imageUrl: 'https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=900&q=80',
description: 'Demo exchange product',
},
{
@@ -18,6 +19,7 @@ const products = [
name: 'Industrial pumps',
categoryName: 'Equipment',
unit: 'unit',
imageUrl: 'https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=900&q=80',
description: 'Demo exchange product',
},
{
@@ -26,6 +28,7 @@ const products = [
name: 'Soybean meal',
categoryName: 'Agriculture',
unit: 'ton',
imageUrl: 'https://images.unsplash.com/photo-1625246333195-78d9c38ad449?auto=format&fit=crop&w=900&q=80',
description: 'Demo exchange product',
},
]
@@ -38,6 +41,7 @@ const suppliers = [
description: 'Demo solar panel supplier near Guangzhou rail terminal',
country: 'China',
countryCode: 'CN',
logoUrl: 'https://ui-avatars.com/api/?name=Guangzhou+Solar+Factory&background=0B6BFF&color=fff&bold=true',
isVerified: true,
},
{
@@ -47,6 +51,7 @@ const suppliers = [
description: 'Demo industrial supplier near Yantian sea port',
country: 'China',
countryCode: 'CN',
logoUrl: 'https://ui-avatars.com/api/?name=Shenzhen+Pump+Works&background=9F1239&color=fff&bold=true',
isVerified: true,
},
{
@@ -56,6 +61,7 @@ const suppliers = [
description: 'Demo agriculture supplier near rail export hub',
country: 'China',
countryCode: 'CN',
logoUrl: 'https://ui-avatars.com/api/?name=Harbin+Agro+Export&background=0F8A6A&color=fff&bold=true',
isVerified: true,
},
{
@@ -65,6 +71,7 @@ const suppliers = [
description: 'Demo Russian supplier near Far East port and rail',
country: 'Russia',
countryCode: 'RU',
logoUrl: 'https://ui-avatars.com/api/?name=Vladivostok+Timber+Terminal&background=C45125&color=fff&bold=true',
isVerified: true,
},
]