From 9e1228da13bc12a657871681094c75a4f258bf3b Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Mon, 22 Sep 2025 22:40:32 +0530 Subject: [PATCH] banner section updated --- components/sections/home2/Banner.js | 48 +++++++++++------------ components/sections/home2/MobileBanner.js | 2 +- public/assets/css/module-css/banner.css | 4 +- public/assets/css/style.css | 2 +- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index dd429ed..8c956a1 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -92,13 +92,13 @@ export default function Banner() { transition={transition} >
+ style={{ backgroundImage: 'url(/assets/images/banner/desktopBanner/home-banner-1.webp)' }}>
-
-
- Renew your -

Strength

-

Man lifting dumbbell (currently “Relaxing Massage Therapy”)

+
+
+ Renew your +

Strength

+

Relaxing Massage Therapy

Book Your Appointment @@ -125,13 +125,13 @@ export default function Banner() { transition={transition} >
+ style={{ backgroundImage: 'url(/assets/images/banner/desktopBanner/home-banner-2.webp)' }}>
-
-
- Restore your -

Mobility

-

Physiotherapist smiling with patient (currently “Trusted Physio Experts”)

+
+
+ Restore your +

Mobility

+

Physiotherapist smiling with patient (currently “Trusted Physio Experts”)

Schedule a Massage @@ -158,13 +158,13 @@ export default function Banner() { transition={transition} >
+ style={{ backgroundImage: 'url(/assets/images/banner/desktopBanner/home-banner-3.webp)' }}>
-
-
- Reclaim your -

Wellness

-

Hands massaging shoulder (currently “Holistic Wellness Care”)

+
+
+ Reclaim your +

Wellness

+

Hands massaging shoulder (currently “Holistic Wellness Care”)

Explore Our Service @@ -191,13 +191,13 @@ export default function Banner() { transition={transition} >
+ style={{ backgroundImage: 'url(/assets/images/banner/desktopBanner/home-banner-4.webp)' }}>
-
-
- Begin your -

Recovery

-

Illustrated people recovering & playing sports (currently “Your Path to Recovery Starts Today”)

+
+
+ Begin your +

Recovery

+

Your Path to Recovery Starts Today

Visit Our Location diff --git a/components/sections/home2/MobileBanner.js b/components/sections/home2/MobileBanner.js index 6747f52..f06f75f 100644 --- a/components/sections/home2/MobileBanner.js +++ b/components/sections/home2/MobileBanner.js @@ -166,7 +166,7 @@ export default function MobileBanner() {
- {slide.upperText} + {slide.upperText}

{slide.title} {slide.titleSpan} {slide.titleEnd}

diff --git a/public/assets/css/module-css/banner.css b/public/assets/css/module-css/banner.css index 41ab088..706c421 100644 --- a/public/assets/css/module-css/banner.css +++ b/public/assets/css/module-css/banner.css @@ -143,7 +143,7 @@ .banner-carousel .swiper-slide:before { position: absolute; content: ''; - /* background: #f9d6d6; */ + background: rgb(0 0 0 / 67%) !important; width: 100%; height: 100%; left: 0px; @@ -214,7 +214,7 @@ @media (max-width: 500px) { .banner-carousel .content-box .upper-text { - color: #102548 !important; + color: #fff !important; font-size: 18px !important; line-height: 19px; } diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 20b323e..2d35704 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1279,7 +1279,7 @@ .main-header .header-lower .outer-box { position: relative; /* background: #fff; */ - border-top: 1px solid #1025487a; + border-top: 1px solid #cfcfcf87; } .new {