catalog connected to backend
This commit is contained in:
13
app/[locale]/subCategory/page.tsx
Normal file
13
app/[locale]/subCategory/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { ProductBanner } from "@/components/pages/products";
|
||||
import { MainSubCategory } from "@/components/pages/subCategory";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="bg-[#1e1d1c] pb-30">
|
||||
<ProductBanner />
|
||||
<div className="py-20">
|
||||
<MainSubCategory />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user