diff --git a/src/app/page.tsx b/src/app/page.tsx
index 04ab4c7..006b73b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,9 +32,10 @@ const Home: NextPage = () => {
-
-
-
+
+
+
+
)
diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx
index eb951e7..0d0d14e 100644
--- a/src/app/products/page.tsx
+++ b/src/app/products/page.tsx
@@ -15,7 +15,7 @@ import ProductCard from '@/components/ProductCard'
const Products: NextPage = () => {
return (
-