diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-23 15:00:28 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-23 15:00:28 +0700 |
| commit | 70ac7c6ee5d13f1aca58904d4cc3db3998e7dee0 (patch) | |
| tree | 022bf3ced12b2390401b9d9c451e925aae4c9cef /src | |
| parent | f6e0632292b1600341fccfd9d14c1ffe1be0f309 (diff) | |
<iman> update error code
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.jsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 578c4e2d..6558f605 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -141,8 +141,6 @@ export default function Home({categoryId}) { <PromotinProgram /> <CategoryPilihan categories={dataCategories}/> <CategoryDynamic/> - <CategoryPilihan categories={dataCategories}/> - <CategoryDynamic/> <CategoryHomeId /> <BannerSection /> <CustomerReviews /> @@ -180,10 +178,6 @@ export default function Home({categoryId}) { <CategoryPilihan categories={dataCategories}/> <CategoryDynamicMobile/> </DelayRender> - <DelayRender renderAfter={600}> - <CategoryPilihan categories={dataCategories}/> - <CategoryDynamicMobile/> - </DelayRender> <DelayRender renderAfter={800}> <PopularProduct /> </DelayRender> |
