add additional filter to product page

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-07 21:16:56 +05:00
parent 809438735f
commit f396125acf
10 changed files with 393 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ export default function Page() {
return (
<div className="bg-[#1e1d1c] pb-30">
<ProductBanner />
<div className="max-w-300 w-full mx-auto pt-8">
<div className="max-w-300 w-full mx-auto pt-4">
<Breadcrumb customLabels={{ subCategory: subCategory.name }} />
</div>
<Products />