vreadCrumb added
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user