diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-29 15:25:59 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-29 15:25:59 +0700 |
| commit | e79b956cd190419100e52a5468f91eefb7933387 (patch) | |
| tree | fedca3dfc71d6949491fe2f145109b68b3259f02 /src/pages | |
| parent | 1f07818ba6718755684de5863e01636805b80867 (diff) | |
<iman> update category management
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.jsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 30a7ac1f..64c880c7 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -45,9 +45,9 @@ const FlashSale = dynamic( } ); -const ProgramPromotion = dynamic(() => - import('@/lib/home/components/PromotionProgram') -); +// const ProgramPromotion = dynamic(() => +// import('@/lib/home/components/PromotionProgram') +// ); const BannerSection = dynamic(() => import('@/lib/home/components/BannerSection') @@ -138,7 +138,7 @@ export default function Home({categoryId}) { </div> {!auth?.feature?.soApproval && ( <> - <ProgramPromotion /> <FlashSale /> + {/* <ProgramPromotion /> <FlashSale /> */} </> )} <PromotinProgram /> @@ -168,7 +168,7 @@ export default function Home({categoryId}) { {!auth?.feature?.soApproval && ( <> <DelayRender renderAfter={400}> - <ProgramPromotion /> + {/* <ProgramPromotion /> */} </DelayRender> <DelayRender renderAfter={600}> <FlashSale /> |
