add additional filter to product page
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user