summaryrefslogtreecommitdiff
path: root/src/pages/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.js')
-rw-r--r--src/pages/index.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pages/index.js b/src/pages/index.js
index e7eb4af0..49300883 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -101,7 +101,7 @@ export default function Home({ heroBanners }) {
</div>
<div className="my-6 p-4 pt-0">
<h2 className="mb-4">Produk Populer</h2>
- <ProductSlider products={popularProducts} />
+ <ProductSlider products={popularProducts} simpleProductTitleLine />
</div>
{ categoryProducts?.map((categoryProduct, index) => (
@@ -115,7 +115,8 @@ export default function Home({ heroBanners }) {
url: `/shop/search?category=${categoryProduct.name}`
}
} : null}
- bannerMode={true}
+ simpleProductTitleLine
+ bannerMode
/>
</div>
)) }