summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-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,