diff --git a/app/components/catalog/PriceSparkline.vue b/app/components/catalog/PriceSparkline.vue
new file mode 100644
index 0000000..5542b92
--- /dev/null
+++ b/app/components/catalog/PriceSparkline.vue
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
diff --git a/app/pages/catalog/hubs/[id].vue b/app/pages/catalog/hubs/[id].vue
index ad77ccd..234dc7e 100644
--- a/app/pages/catalog/hubs/[id].vue
+++ b/app/pages/catalog/hubs/[id].vue
@@ -48,6 +48,7 @@
v-for="product in products"
:key="product.uuid"
:name="product.name"
+ :price-history="getMockPriceHistory(product.uuid)"
:selected="selectedProductUuid === product.uuid"
@select="selectedProductUuid = product.uuid"
/>
@@ -97,6 +98,16 @@ const selectedSourceUuid = ref('')
const rawSources = ref([])
const offersData = ref