diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-06-24 11:53:38 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-06-24 11:53:38 +0700 |
| commit | 9946d919c2c66cfbb28f6c76639c8a670780f21d (patch) | |
| tree | 9cc2303365cfc0b610c294b280f82a87ec8aa732 /src/pages/index.jsx | |
| parent | 3c1258e0687063e05e67982c618f00154e234605 (diff) | |
<hafid> dragable banner
Diffstat (limited to 'src/pages/index.jsx')
| -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 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> |
