diff --git a/src/app/[locale]/products/[slug]/page.tsx b/src/app/[locale]/products/[slug]/page.tsx
index f0656ab..6aeca0c 100644
--- a/src/app/[locale]/products/[slug]/page.tsx
+++ b/src/app/[locale]/products/[slug]/page.tsx
@@ -95,10 +95,10 @@ export default async function ProductPage({ params }: ProductPageProps) {
-
+
>
);
}
\ No newline at end of file