diff --git a/pages/index.js b/pages/index.js
index ec797e0..383e240 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -18,7 +18,7 @@ export default function Home({ headerFooter, products }) {
return (
-
+
diff --git a/src/components/products/index.js b/src/components/products/index.js
index a9d7735..b0c4526 100644
--- a/src/components/products/index.js
+++ b/src/components/products/index.js
@@ -1,6 +1,7 @@
import { isArray, isEmpty } from 'lodash';
import Link from 'next/link';
import Image from '../image';
+import { sanitize } from '../../utils/miscellaneous';
const Products = ({ products }) => {
@@ -25,6 +26,7 @@ const Products = ({ products }) => {
height="380"
/>
{ product?.name ?? '' }
+