product page and detail page updated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-09 11:24:32 +05:00
parent 2706dc387f
commit 6a598ebfd3
4 changed files with 11 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ export default function Page() {
<div className="bg-[#1e1d1c] pb-30">
<ProductBanner />
<div className="max-w-300 mx-auto w-full pt-20">
<MainSubCategory />
<Catalog />
</div>
</div>
);