diff --git a/lib/shopify/index.ts b/lib/shopify/index.ts
index 95beafe9a..9f57fdb44 100644
--- a/lib/shopify/index.ts
+++ b/lib/shopify/index.ts
@@ -1,15 +1,13 @@
// @ts-ignore
import {
- mockMoney,
- mockImage,
mockShopifyProduct,
mockCartItem,
mockShopifyCart,
winterCollection,
summerCollection,
europeCollection,
- mockPage,
- collections
+ collections,
+ pages
} from './mock';
import {
Cart,
@@ -161,20 +159,28 @@ export const getMenu = async (handle: string): Promise