summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorIndoteknik . <andrifebriyadiputra@gmail.com>2025-08-16 09:52:55 +0700
committerIndoteknik . <andrifebriyadiputra@gmail.com>2025-08-16 09:52:55 +0700
commitd32ed92902d52934a55cdb9efe110ef11cd920d8 (patch)
tree912307287d6aa919310098c2e17f439c1016b679 /src/pages
parent8158cf84d27334362ac618afd42a8f0c759915a8 (diff)
(andri) make component card mediacard
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..bb375c53 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')
@@ -138,6 +139,7 @@ export default function Home({ categoryId }) {
</div>
<div className='my-16 flex flex-col gap-y-8'>
+ <MediaNews />
<ServiceList />
<div id='flashsale'>
<PreferredBrand />
@@ -168,6 +170,7 @@ export default function Home({ categoryId }) {
</DelayRender>
<div className='flex flex-col gap-y-4 my-6'>
<DelayRender renderAfter={400}>
+ <MediaNews />
<ServiceList />
</DelayRender>
<DelayRender renderAfter={400}>