summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-19 17:07:23 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-19 17:07:23 +0700
commit911e0fdc6beb2f97c7e390a6aec5773202189d68 (patch)
tree7c3b79da6a3d7d79fe04c9b19b26b23ce9d0a568 /src/pages
parent8564ea1361d40560679df6823b28dfc7e02ab197 (diff)
<iman> update mobile view
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.jsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index b5d004ca..0255e239 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -56,6 +56,10 @@ const CategoryDynamic = dynamic(() =>
import('@/lib/home/components/CategoryDynamic')
);
+const CategoryDynamicMobile = dynamic(() =>
+ import('@/lib/home/components/CategoryDynamicMobile')
+);
+
const CustomerReviews = dynamic(() =>
import('@/lib/review/components/CustomerReviews')
);
@@ -153,6 +157,10 @@ export default function Home({categoryId}) {
<DelayRender renderAfter={600}>
<PromotinProgram />
</DelayRender>
+ <DelayRender renderAfter={600}>
+ {/* <CategoryPilihan categories={dataCategories}/> */}
+ <CategoryDynamicMobile/>
+ </DelayRender>
<DelayRender renderAfter={800}>
<PopularProduct />
</DelayRender>