img upload
This commit is contained in:
parent
7ad8af17a8
commit
b91a9aee01
@ -7,7 +7,7 @@ export default function ServicesSection() {
|
||||
<section className="service-section sec-pad" style={{ backgroundImage: 'url(/assets/images/home/our-services/our-services-bg.webp)' }}>
|
||||
<div className="auto-container">
|
||||
<div className="sec-title-1 mb_50 centred">
|
||||
<span className="sub-title-1">We Offer For You Medical & <br />Saving Lives</span>
|
||||
<span className="sub-title-1">We Offer You Medical & Saving Lives</span>
|
||||
<h2>Our Services</h2>
|
||||
</div>
|
||||
<div className="row clearfix">
|
||||
|
||||
@ -9,7 +9,7 @@ const swiperOptions = {
|
||||
slidesPerView: 1,
|
||||
spaceBetween: 0,
|
||||
autoplay: {
|
||||
delay: 7000,
|
||||
delay: 5000,
|
||||
disableOnInteraction: false,
|
||||
},
|
||||
loop: true,
|
||||
|
||||
@ -153,11 +153,12 @@
|
||||
-webkit-transform:scale(1);
|
||||
-ms-transform:scale(1);
|
||||
transform:scale(1);
|
||||
-webkit-transition: all 8000ms linear;
|
||||
transition: none !important;
|
||||
/* -webkit-transition: all 8000ms linear;
|
||||
-moz-transition: all 8000ms linear;
|
||||
-ms-transition: all 8000ms linear;
|
||||
-o-transition: all 8000ms linear;
|
||||
transition: all 8000ms linear;
|
||||
transition: all 8000ms linear; */
|
||||
}
|
||||
|
||||
.banner-carousel .swiper-slide-active .bg-layer{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user