img upload

This commit is contained in:
vidhubk 2025-09-10 19:54:55 +05:30
parent 7ad8af17a8
commit b91a9aee01
3 changed files with 5 additions and 4 deletions

View File

@ -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)' }}> <section className="service-section sec-pad" style={{ backgroundImage: 'url(/assets/images/home/our-services/our-services-bg.webp)' }}>
<div className="auto-container"> <div className="auto-container">
<div className="sec-title-1 mb_50 centred"> <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> <h2>Our Services</h2>
</div> </div>
<div className="row clearfix"> <div className="row clearfix">

View File

@ -9,7 +9,7 @@ const swiperOptions = {
slidesPerView: 1, slidesPerView: 1,
spaceBetween: 0, spaceBetween: 0,
autoplay: { autoplay: {
delay: 7000, delay: 5000,
disableOnInteraction: false, disableOnInteraction: false,
}, },
loop: true, loop: true,

View File

@ -153,11 +153,12 @@
-webkit-transform:scale(1); -webkit-transform:scale(1);
-ms-transform:scale(1); -ms-transform:scale(1);
transform:scale(1); transform:scale(1);
-webkit-transition: all 8000ms linear; transition: none !important;
/* -webkit-transition: all 8000ms linear;
-moz-transition: all 8000ms linear; -moz-transition: all 8000ms linear;
-ms-transition: all 8000ms linear; -ms-transition: all 8000ms linear;
-o-transition: all 8000ms linear; -o-transition: all 8000ms linear;
transition: all 8000ms linear; transition: all 8000ms linear; */
} }
.banner-carousel .swiper-slide-active .bg-layer{ .banner-carousel .swiper-slide-active .bg-layer{