summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-06-24 11:53:38 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-06-24 11:53:38 +0700
commit9946d919c2c66cfbb28f6c76639c8a670780f21d (patch)
tree9cc2303365cfc0b610c294b280f82a87ec8aa732 /src/pages
parent3c1258e0687063e05e67982c618f00154e234605 (diff)
<hafid> dragable 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 df5047a3..809f00ae 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -5,6 +5,7 @@ import DelayRender from '@/core/components/elements/DelayRender/DelayRender';
import DesktopView from '@/core/components/views/DesktopView';
import MobileView from '@/core/components/views/MobileView';
import PreferredBrandSkeleton from '@/lib/home/components/Skeleton/PreferredBrandSkeleton';
+import PagePopupInformation from '@/lib/home/components/PopupBannerPromotion';
import dynamic from 'next/dynamic';
import { useRef } from 'react';
import { getAuth } from '~/libs/auth';
@@ -116,6 +117,7 @@ export default function Home({ categoryId }) {
<PagePopupIformation />
<DesktopView>
+ <PagePopupInformation />
<div className='container mx-auto'>
<div
className='flex min-h-[400px] h-[460px]'
@@ -160,6 +162,7 @@ export default function Home({ categoryId }) {
</div>
</DesktopView>
<MobileView>
+ <PagePopupInformation />
<DelayRender renderAfter={200}>
<HeroBanner />
</DelayRender>