vreadCrumb added

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-10 16:41:40 +05:00
parent 071685b52c
commit 6fbe23109c
12 changed files with 270 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
import { Breadcrumb } from "@/components/breadCrumb";
import Catalog from "@/components/pages/home/blog/catalog";
import { ProductBanner } from "@/components/pages/products";
import { MainSubCategory } from "@/components/pages/subCategory";
@@ -7,6 +8,7 @@ export default function Page() {
<div className="bg-[#1e1d1c] pb-30">
<ProductBanner />
<div className="max-w-300 mx-auto w-full pt-20">
<Breadcrumb />
<Catalog />
</div>
</div>