add catalog filter card

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-07 11:27:13 +05:00
parent 66bf104cb7
commit dbe8399086
9 changed files with 199 additions and 78 deletions

View File

@@ -1,9 +1,11 @@
import { ProductBanner, Products } from "@/components/pages/products";
import FilterCatalog from "@/components/pages/products/filter/catalog/filterCatalog";
export default function Page() {
return (
<div className="bg-[#1e1d1c] pb-30">
<ProductBanner />
{/* <FilterCatalog /> */}
<Products />
</div>
);