diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-06-24 04:56:40 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-06-24 04:56:40 +0000 |
| commit | f7afa3b368dcbf8ce44f8a9665b9d5ec2e6d46af (patch) | |
| tree | 9cc2303365cfc0b610c294b280f82a87ec8aa732 /src/pages | |
| parent | 775915c0955e4b4af63ce588887ed1fe503d984b (diff) | |
| parent | 9946d919c2c66cfbb28f6c76639c8a670780f21d (diff) | |
Merged in top-banner-mobile (pull request #424)
<hafid> dragable banner
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 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> |
