summaryrefslogtreecommitdiff
path: root/src/pages/index.js
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-06 16:15:14 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-06 16:15:14 +0700
commite561175d7167da3f6ac25200ad3cce63ea38e20b (patch)
tree0ad04bc66ef2b5ca23f35bfa9614731e1240d9f3 /src/pages/index.js
parent620223f151700bbd91a33d32e2a4c29d4c287e9d (diff)
no message
Diffstat (limited to 'src/pages/index.js')
-rw-r--r--src/pages/index.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/pages/index.js b/src/pages/index.js
index ca501ecc..dd81e817 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -46,7 +46,15 @@ export default function Home({ heroBanners }) {
<>
<Header title='Home - Indoteknik' />
<Layout>
- <Swiper slidesPerView={1} pagination={{dynamicBullets: true}} modules={[Pagination, Autoplay]}>
+ <Swiper
+ slidesPerView={1}
+ pagination={{dynamicBullets: true}}
+ modules={[Pagination, Autoplay]}
+ autoplay={{
+ delay: 6000,
+ disableOnInteraction: false
+ }}
+ >
{
heroBanners?.map((banner, index) => (
<SwiperSlide key={index}>