diff --git a/app/(home)/search/[collection]/page.js b/app/(home)/search/[collection]/page.js
index 8a2f510de..b13445aae 100644
--- a/app/(home)/search/[collection]/page.js
+++ b/app/(home)/search/[collection]/page.js
@@ -1,4 +1,4 @@
-import { getCollections } from 'lib/shopify';
+import { getCollections } from 'commerce/shopify';
import { HomeProductsList } from '/components/home';
diff --git a/app/(page)/layout.js b/app/(page)/layout.js
index c0ebc6566..760809b04 100644
--- a/app/(page)/layout.js
+++ b/app/(page)/layout.js
@@ -1,7 +1,9 @@
+import styles from './styles.module.scss';
+
export default function PageLayout({ children }) {
return (
<>
-
Scroll to right ( → )
+ )} +Product not found
+ )} +Product not found
- )} -Scroll to right ( → )
- {product?.images?.map(image => ( -