From b91a9aee01af0775cfb53dfc5658e45bdd4128fc Mon Sep 17 00:00:00 2001 From: vidhubk Date: Wed, 10 Sep 2025 19:54:55 +0530 Subject: [PATCH] img upload --- components/sections/home/ServicesSection.js | 2 +- components/sections/home2/Banner.js | 2 +- public/assets/css/module-css/banner.css | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/sections/home/ServicesSection.js b/components/sections/home/ServicesSection.js index 71b9a27..4f7a965 100644 --- a/components/sections/home/ServicesSection.js +++ b/components/sections/home/ServicesSection.js @@ -7,7 +7,7 @@ export default function ServicesSection() {
- We Offer For You Medical &
Saving Lives
+ We Offer You Medical & Saving Lives

Our Services

diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index a8791d5..5874e20 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -9,7 +9,7 @@ const swiperOptions = { slidesPerView: 1, spaceBetween: 0, autoplay: { - delay: 7000, + delay: 5000, disableOnInteraction: false, }, loop: true, diff --git a/public/assets/css/module-css/banner.css b/public/assets/css/module-css/banner.css index 5c3fbfe..3f70597 100644 --- a/public/assets/css/module-css/banner.css +++ b/public/assets/css/module-css/banner.css @@ -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{