This adds 3 new CO2 monitors to the store page. In order to reduce the boilerplate, I've factored out a new <StoreItem /> component, and used it for all the new and existing items in the store.
Here is what it looks like (I can't fit it in 1 screenshot, so the Model C repeats below for context):
While I was working on this, I also edited the Honeywell image to use an aspect ratio and size more similar to the other store items.
Fixes #130 Fixes #132
This adds 3 new CO2 monitors to the store page. In order to reduce the boilerplate, I've factored out a new
<StoreItem />
component, and used it for all the new and existing items in the store.Here is what it looks like (I can't fit it in 1 screenshot, so the Model C repeats below for context):
While I was working on this, I also edited the Honeywell image to use an aspect ratio and size more similar to the other store items.