diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.jsx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 6558f605..60dcb9e0 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -44,10 +44,6 @@ const FlashSale = dynamic( } ); -const ProgramPromotion = dynamic(() => - import('@/lib/home/components/PromotionProgram') -); - const BannerSection = dynamic(() => import('@/lib/home/components/BannerSection') ); @@ -135,7 +131,7 @@ export default function Home({categoryId}) { </div> {!auth?.feature?.soApproval && ( <> - <ProgramPromotion /> <FlashSale /> + <FlashSale /> </> )} <PromotinProgram /> @@ -163,9 +159,6 @@ export default function Home({categoryId}) { </DelayRender> {!auth?.feature?.soApproval && ( <> - <DelayRender renderAfter={400}> - <ProgramPromotion /> - </DelayRender> <DelayRender renderAfter={600}> <FlashSale /> </DelayRender> |
