MOCK_PRODUCT_LIST: {
    company: string;
    id: number;
    imageUrl: string;
    name: string;
    price: number;
}[] = ...