diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-04 11:43:32 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-04 11:43:32 +0700 |
| commit | df04a3504e61f3c1257b5a46310e39c51bf23bea (patch) | |
| tree | bcdd8e2e2a0862465f1f7aba3cdceb225e8d6a28 | |
| parent | c5dace224323287f927ba352712743fe2eaca241 (diff) | |
Change section title style
| -rw-r--r-- | src/pages/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index dc8f5617..40b36dc2 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -55,7 +55,7 @@ export default function Home() { } </Swiper> <div className="mt-6 px-4"> - <h2 className="text-gray-900 font-semibold mb-3">Brand Pilihan</h2> + <h2 className="text-gray-900 font-bold mb-3">Brand Pilihan</h2> <Swiper slidesPerView={4} freeMode={true} spaceBetween={16}> { manufactures?.manufactures?.map((manufacture, index) => ( @@ -69,11 +69,11 @@ export default function Home() { </Swiper> </div> <div className="mt-6 px-4 mb-6"> - <h2 className="text-gray-900 font-semibold mb-3">Produk Ready Stock</h2> + <h2 className="text-gray-900 font-bold mb-3">Produk Ready Stock</h2> <ProductSlider products={readyStockProducts} /> </div> <div className="mt-6 px-4 mb-6"> - <h2 className="text-gray-900 font-semibold mb-3">Produk Populer</h2> + <h2 className="text-gray-900 font-bold mb-3">Produk Populer</h2> <ProductSlider products={popularProducts} /> </div> </> |
