From e7abeef72555776e5ffae25f120e62e95893c5f3 Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 12 Sep 2025 21:27:47 +0530 Subject: [PATCH] banner space updated --- components/sections/home2/Banner.js | 46 +++++------------------- public/assets/css/module-css/banner.css | 2 +- public/assets/css/module-css/feature.css | 2 +- public/assets/css/style.css | 10 ++++++ 4 files changed, 21 insertions(+), 39 deletions(-) diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index 56a6963..a26ba59 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -39,18 +39,11 @@ export default function Banner() { className="bg-layer" style={{ backgroundImage: 'url(/assets/images/home/banner/home-banner-1.webp)' }} > -
+
{/*
*/}
-
+
+ The Journey to Better Health Begins here

Your Path to Recovery Starts Today

Expert Physiotherapy in Mississauga for You.

@@ -73,15 +66,8 @@ export default function Banner() { >
{/*
*/}
-
+
+ Compassionate Care, Delivered with Expertise

Healing Touch, Fresh Inner Strength

Expert Hand Massage Techniques for Relief

@@ -104,15 +90,8 @@ export default function Banner() { style={{ backgroundImage: 'url(/assets/images/home/banner/home-banner-3.webp)' }} >
-
+
+ Your Path to Complete Wellness Starts Here

Local Physio Experts Near You

Physiotherapy Etobicoke & Rehab Care.

@@ -135,15 +114,8 @@ export default function Banner() { >
{/*
*/}
-
+
+ Healing Hands, Caring Hearts in Action

Wellness by theWaterfront

Waterfront Physio and Rehab Services.

diff --git a/public/assets/css/module-css/banner.css b/public/assets/css/module-css/banner.css index 1bb003f..e0259c4 100644 --- a/public/assets/css/module-css/banner.css +++ b/public/assets/css/module-css/banner.css @@ -163,7 +163,7 @@ @media (max-width: 768px) { .banner-carousel .swiper-slide .bg-layer { - height: 50%; + height: 70%; } } diff --git a/public/assets/css/module-css/feature.css b/public/assets/css/module-css/feature.css index 0e5aa21..7fe3f53 100644 --- a/public/assets/css/module-css/feature.css +++ b/public/assets/css/module-css/feature.css @@ -104,7 +104,7 @@ box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1); border-radius: 20px; z-index: 1; - margin-top: -140px; + margin-top: -65px; padding: 0px 30px; } diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 2c73b4e..4b339f4 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -3102,4 +3102,14 @@ .pt_90 { padding-top: 70px; } + } + + .custom-content-box { + padding: 50px; + } + + @media (max-width: 425px) { + .custom-content-box { + padding: 35px; + } } \ No newline at end of file