summaryrefslogtreecommitdiff
path: root/src/lib/product/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-19 11:26:23 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-19 11:26:23 +0700
commit5fb7f3fe3488e9d1b4885d9c5ad9720032babb54 (patch)
treeb6c72250d0abb9e3b9276534325b6109c50c0c73 /src/lib/product/components
parent0a46a2b7b23cf64ab92837a29ad3ea4d5c81f331 (diff)
<iman> update
Diffstat (limited to 'src/lib/product/components')
-rw-r--r--src/lib/product/components/ProductSearch.jsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx
index a427e134..07398795 100644
--- a/src/lib/product/components/ProductSearch.jsx
+++ b/src/lib/product/components/ProductSearch.jsx
@@ -26,8 +26,8 @@ import ProductSearchSkeleton from './Skeleton/ProductSearchSkeleton';
import SideBanner from '~/modules/side-banner';
import FooterBanner from '~/modules/footer-banner';
-import CategorySection from './CategorySection';
-import LobSectionCategory from './LobSectionCategory';
+// import CategorySection from './CategorySection';
+// import LobSectionCategory from './LobSectionCategory';
import { getIdFromSlug } from '@/core/utils/slug'
import { data } from 'autoprefixer';
@@ -461,8 +461,8 @@ const ProductSearch = ({
SpellingComponent
)}
</div>
- <LobSectionCategory categories={dataLob}/>
- <CategorySection categories={dataCategories}/>
+ {/* <LobSectionCategory categories={dataLob}/>
+ <CategorySection categories={dataCategories}/> */}
{productFound > 0 && (
<div className='flex items-center gap-x-2 mb-5 justify-between'>
@@ -554,8 +554,8 @@ const ProductSearch = ({
</div>
<div className='w-9/12 pl-6'>
- <LobSectionCategory categories={dataLob}/>
- <CategorySection categories={dataCategories}/>
+ {/* <LobSectionCategory categories={dataLob}/>
+ <CategorySection categories={dataCategories}/> */}
{bannerPromotionHeader && bannerPromotionHeader?.image && (
<div className='mb-3'>
<Image