diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-18 08:06:52 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-18 08:06:52 +0700 |
| commit | 99cd996a1580e92097f4050c417cbf99597b2d5e (patch) | |
| tree | 8808cf4445c9a139369ca313a35685ab3193826e /src/pages | |
| parent | ac06a21307d120ba7ac5318f1b1e54380a41fbce (diff) | |
| parent | 6ece17db36fe86c91d560c2bc5921bf60d5b7694 (diff) | |
Merge branch 'new-release' of https://bitbucket.org/altafixco/next-indoteknik into cr_prod_card
merge
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 809f00ae..28db4d3e 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -9,6 +9,7 @@ import PagePopupInformation from '@/lib/home/components/PopupBannerPromotion'; import dynamic from 'next/dynamic'; import { useRef } from 'react'; import { getAuth } from '~/libs/auth'; +import MediaNews from '../lib/home/components/MediaNews'; const BasicLayout = dynamic(() => import('@/core/components/layouts/BasicLayout') @@ -139,6 +140,7 @@ export default function Home({ categoryId }) { <div className='my-16 flex flex-col gap-y-8'> <ServiceList /> + <MediaNews /> <div id='flashsale'> <PreferredBrand /> </div> @@ -169,6 +171,7 @@ export default function Home({ categoryId }) { <div className='flex flex-col gap-y-4 my-6'> <DelayRender renderAfter={400}> <ServiceList /> + <MediaNews /> </DelayRender> <DelayRender renderAfter={400}> <div id='flashsale'> |
