summaryrefslogtreecommitdiff
path: root/src/pages/index.js
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-01 14:29:05 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-01 14:29:05 +0700
commit9b8e9994d7bc765e8ccfd675462d8f8150b41d8b (patch)
tree8cd443cb2c3dcdafc3cd784d0adbd1cb44b571a1 /src/pages/index.js
parent802fd0e3b06a9faf43eff46a3999b004ddb6fcdb (diff)
no message
Diffstat (limited to 'src/pages/index.js')
-rw-r--r--src/pages/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.js b/src/pages/index.js
index 6b6344e6..5ad19bf7 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -100,13 +100,13 @@ export default function Home({ heroBanners }) {
}
</Swiper>
</div>
- <div className="my-6 px-4">
+ <div className="my-8 px-4">
<h2 className="mb-3">Produk Populer</h2>
<ProductSlider products={popularProducts} />
</div>
{ categoryProducts?.map((categoryProduct) => (
- <div className="my-6 px-4 py-3 relative" key={categoryProduct.id}>
+ <div className="my-8 px-4 py-3 relative" key={categoryProduct.id}>
<ProductSlider
products={categoryProduct ? {
products: categoryProduct.products,