{/* Main Product Section */}
diff --git a/components/breadCrumb.tsx b/components/breadCrumb.tsx
index 4c15891..ca2a2a2 100644
--- a/components/breadCrumb.tsx
+++ b/components/breadCrumb.tsx
@@ -161,28 +161,28 @@ export function Breadcrumb({
className="flex items-center gap-2"
>
{index > 0 && (
-
+
)}
{index === 0 ? (
// Home link with icon
{item.label}
) : item.isLast ? (
// Last item (current page)
-
+
{item.label}
) : (
// Regular link
{item.label}
diff --git a/components/pages/products/product/mianProduct.tsx b/components/pages/products/product/mianProduct.tsx
index 4de98e3..abb0b8e 100644
--- a/components/pages/products/product/mianProduct.tsx
+++ b/components/pages/products/product/mianProduct.tsx
@@ -94,7 +94,7 @@ export default function MainProduct() {
}
return (
-
+
{/* ✅ isLoading da overlay — list o'rnini saqlab, ustidan opacity */}
{
- let link = "product/";
- if (id) link += `?category=${id}`;
+ let link = "product/?page_size=12";
+ if (id) link += `&category=${id}`;
if (currentPage) link += `&page=${currentPage}`;
return link;