diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-08 08:48:29 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-08 08:48:29 +0700 |
| commit | 59cba752134fa41063956569a3f4e7ed2a6d2537 (patch) | |
| tree | ad37e35f81ba9ab32a3bb1a975a86151c9a45df5 /src/pages | |
| parent | 1a70984f3497652b8d8b64d16053c1f2be452bd7 (diff) | |
<iman> add dynamic category
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 9675c355..149352c2 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -12,6 +12,7 @@ import PreferredBrandSkeleton from '@/lib/home/components/Skeleton/PreferredBran import PromotinProgram from '@/lib/promotinProgram/components/HomePage'; import PagePopupIformation from '~/modules/popup-information'; import CategoryPilihan from '../lib/home/components/CategoryPilihan'; +import CategoryDynamic from '../lib/home/components/CategoryDynamic'; import odooApi from '@/core/api/odooApi'; import { getIdFromSlug } from '@/core/utils/slug' @@ -120,6 +121,7 @@ export default function Home({categoryId}) { <FlashSale /> <PromotinProgram /> <CategoryPilihan categories={dataCategories}/> + <CategoryDynamic/> {/* <CategoryHomeId /> */} <BannerSection /> <CustomerReviews /> |
