diff --git a/src/app/[locale]/product/[slug]/page.jsx b/src/app/[locale]/product/[slug]/page.jsx
index 0e63395..c75732d 100644
--- a/src/app/[locale]/product/[slug]/page.jsx
+++ b/src/app/[locale]/product/[slug]/page.jsx
@@ -217,8 +217,6 @@ export default async function ProductPage({ params }) {
return (
{/*
*/}
-
-
@@ -227,8 +225,6 @@ export default async function ProductPage({ params }) {
-
-
{
product?.category?.slug &&
<>
@@ -266,7 +262,6 @@ export default async function ProductPage({ params }) {
subcategories={product.subcategories}
/>
-
diff --git a/src/components/Product/ProductGallery.jsx b/src/components/Product/ProductGallery.jsx
index 9c05c53..941ea3c 100644
--- a/src/components/Product/ProductGallery.jsx
+++ b/src/components/Product/ProductGallery.jsx
@@ -57,7 +57,7 @@ export default function ProductGallery({ images }) {
/>
- {images.slice(0, 4).map((image, index) => (
+ {images.slice(0, 4).map((image) => (
{/* Close Button */}