summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-10-16 10:59:56 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-10-16 10:59:56 +0000
commit5590a8cf2423c14baa991abf18ca31179a62c2bd (patch)
treed263d376c68279f6b7eecb6bebe5fb5fb81365f3 /src/pages
parentf6b1aea824192572b241f94157ab3731dec6a4ea (diff)
parent9fa82a1c56e6e1628ef5a255ba3f66fb6aec83ec (diff)
Merged in media_banner (pull request #469)
Media banner
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.jsx3
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'>