diff --git a/components/pages/product-page.tsx b/components/pages/product-page.tsx
index c844c7bba..54a060aad 100644
--- a/components/pages/product-page.tsx
+++ b/components/pages/product-page.tsx
@@ -22,7 +22,7 @@ export default function ProductPage({ data }: ProductPageParams) {
__html: JSON.stringify(productJsonLd)
}}
/>
- ;
+
>
);
}