diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-09-22 09:44:38 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-09-22 09:44:38 +0000 |
| commit | 4e368b48f3d263ef7b31908cf9f7b0a6a21a66c7 (patch) | |
| tree | 3517f8df0223a8b0e01dc6ce5dc5c0772429f69c /src/pages | |
| parent | d477e0dbc1ce0af15da5cb03d92db49515cc24d0 (diff) | |
| parent | 40f7958bc995fbe098598448097308180a359b8b (diff) | |
Merged in CR/tampilan (pull request #76)
CR/tampilan
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.jsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 47a0a493..64f3ac10 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -31,6 +31,7 @@ const FlashSale = dynamic(() => import('@/lib/flashSale/components/FlashSale'), const BannerSection = dynamic(() => import('@/lib/home/components/BannerSection')) const CategoryHomeId = dynamic(() => import('@/lib/home/components/CategoryHomeId')) const CustomerReviews = dynamic(() => import('@/lib/review/components/CustomerReviews')) +const ServiceList = dynamic(() => import('@/lib/home/components/ServiceList')) export default function Home() { const bannerRef = useRef(null) @@ -72,6 +73,7 @@ export default function Home() { </div> <div className='my-16 flex flex-col gap-y-16'> + <ServiceList /> <PreferredBrand /> <FlashSale /> <PromotinProgram /> @@ -88,6 +90,9 @@ export default function Home() { </DelayRender> <div className='flex flex-col gap-y-12 my-6'> <DelayRender renderAfter={400}> + <ServiceList /> + </DelayRender> + <DelayRender renderAfter={400}> <PreferredBrand /> </DelayRender> <DelayRender renderAfter={600}> |
