diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-29 10:14:39 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-29 10:14:39 +0000 |
| commit | 183e81ec22b7fb4e164fb222fa772c3765fa691a (patch) | |
| tree | e8f6f5433c9773ad8ea84c47a322a97c04d51979 /src/pages/index.jsx | |
| parent | d980e4f1621f33edfbfb94c138be26edb30e60c8 (diff) | |
| parent | 7c2a69c9b48c1930dc3f7cbef20d6479b3047ca2 (diff) | |
Merged in Feature/category-management (pull request #180)
Feature/category management
Diffstat (limited to 'src/pages/index.jsx')
| -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 /> |
