diff --git a/app/about-us/AboutClient.js b/app/about-us/AboutClient.js index 2c9334c..471435f 100644 --- a/app/about-us/AboutClient.js +++ b/app/about-us/AboutClient.js @@ -84,9 +84,9 @@ export default function Home() {
-
About us
+
About us
About us
-
About us
+
About us
diff --git a/app/ourapproach-physiotherapy-etobicoke/page.js b/app/ourapproach-physiotherapy-etobicoke/page.js index 5d58aab..013b3f8 100644 --- a/app/ourapproach-physiotherapy-etobicoke/page.js +++ b/app/ourapproach-physiotherapy-etobicoke/page.js @@ -31,9 +31,9 @@ export default function About() {
-
Our Approach
+
Our Approach
Our Approach
-
Our Approach
+
Our Approach
diff --git a/app/payment-insurance/page.js b/app/payment-insurance/page.js index 0648f11..ce887f2 100644 --- a/app/payment-insurance/page.js +++ b/app/payment-insurance/page.js @@ -35,9 +35,9 @@ export default function About() {
-
Payment and Insurance
-
Payment and Insurance
-
Payment and Insurance
+
Payment and Insurance
+
Payment and Insurance
+
Payment and Insurance
diff --git a/app/what-to-expect/page.js b/app/what-to-expect/page.js index bf0bb36..6b82ae0 100644 --- a/app/what-to-expect/page.js +++ b/app/what-to-expect/page.js @@ -27,7 +27,7 @@ export default function About() {
-
What to Expect – Physiotherapy Etobicoke
+
What to Expect – Physiotherapy Etobicoke
What to Expect – Physiotherapy Etobicoke
What to Expect – Physiotherapy Etobicoke
diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index b918ad4..1d2fcf2 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -16,7 +16,9 @@ const swiperOptions = { autoplay: { delay: 5000, disableOnInteraction: false, + pauseOnMouseEnter: true, // stops on hover for smooth UX }, + speed: 1500, // increase speed for smoother sliding loop: true, navigation: { nextEl: '.h1n', @@ -26,6 +28,7 @@ const swiperOptions = { el: '.swiper-pagination', clickable: true, }, + effect: "slide", // ensures smooth slide effect }; const variants = { @@ -91,17 +94,7 @@ export default function Banner() {
-
- {/*
- Begin Your Health Journey -

Better health Forever

-

Our expert physiotherapists help you restore movement, reduce pain, and live healthier with personalized care in Mississauga.

-
- - Book Your Appointment - -
-
*/} +
)} @@ -124,7 +117,7 @@ export default function Banner() {
-
+
Care That Heals Gently

Relaxing Massage Therapy

@@ -157,7 +150,7 @@ export default function Banner() {
-
+
Wellness Near You Always

Trusted Physio Experts

@@ -190,7 +183,7 @@ export default function Banner() {
-
+
Healing With Caring Hands

Holistic Wellness Care

diff --git a/public/assets/css/module-css/about.css b/public/assets/css/module-css/about.css index 92d50e5..17eddb0 100644 --- a/public/assets/css/module-css/about.css +++ b/public/assets/css/module-css/about.css @@ -328,12 +328,23 @@ border-radius: 20px; z-index: 1; } +.image_block_three .image-box .image-1-ho{ + position: relative; + filter: drop-shadow(-10px 20px 50px rgba(75, 183, 241, 0.3)); + border-radius: 20px; + z-index: 1; +} .image_block_three .image-box .image-1 img{ width: 100%; border-radius: 20px; } +.image_block_three .image-box .image-1-ho img{ + width: 100%; + border-radius: 20px; +} + .image_block_three .image-box .image-2{ position: absolute; left: -10px; @@ -570,6 +581,10 @@ margin: 0 auto; } + .image_block_three .image-box .image-1-ho{ + max-width: 306px; + margin: 0 auto; + } .image_block_three .image-box .image-2{ position: relative; left: 0px; @@ -620,6 +635,54 @@ transform: rotate(-15deg); } +.image_block_three .image-box .image-1-ho { + position: relative; + filter: drop-shadow(-10px 20px 50px rgba(75, 183, 241, 0.3)); + border-radius: 20px; + z-index: 1; + margin-right: -134px; + left: -104px; +} + + +.image_block_three .image-box .new-ho{ + +top: 309px; + left: 279px; + +} + +} + + +@media only screen and (max-width: 768px) { + + .image_block_three .image-box .image-1-ho { + position: relative; + filter: drop-shadow(-10px 20px 50px rgba(75, 183, 241, 0.3)); + border-radius: 20px; + z-index: 1; + margin-right: 0px !important; + left: 0px !important; + } + + + .image_block_three .image-box .new-ho{ + + + top: 337px; + left: 239px; +} +} + +@media only screen and (max-width: 500px) { + + .image_block_three .image-box .image-1-ho img{ + + display: none; + + } + } @media only screen and (max-width: 499px){ @@ -644,6 +707,12 @@ display: none !important; } + .image_block_three .image-box .image-1-ho img{ + width: 100%; + border-radius: 20px; + display: none !important; +} + } @media only screen and (max-width: 426px) { @@ -666,6 +735,16 @@ } +@media screen and (max-width: 376px) { + + .image_block_three .image-box .new-ho{ + + left: 200px; + + } + +} + diff --git a/public/assets/css/module-css/feature.css b/public/assets/css/module-css/feature.css index 06c5e18..68dbba7 100644 --- a/public/assets/css/module-css/feature.css +++ b/public/assets/css/module-css/feature.css @@ -11,7 +11,7 @@ box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1); border-radius: 20px; overflow: hidden; - padding: 34px; + padding: 20px; z-index: 1; margin-bottom: 30px; transition: all 500ms ease; @@ -284,4 +284,10 @@ .feature-section.mobile-only .feature-block { width: 50%; } +} + +@media (max-width: 992px) { + .team-block-one .inner-box .lower-content { + padding: 15px 10px 0px 10px; + } } \ No newline at end of file diff --git a/public/assets/css/module-css/solutions.css b/public/assets/css/module-css/solutions.css index 3312409..10f81a1 100644 --- a/public/assets/css/module-css/solutions.css +++ b/public/assets/css/module-css/solutions.css @@ -20,6 +20,9 @@ .solutions-section .progress-inner{ max-width: none; } + + + } @@ -42,6 +45,9 @@ display: block; border-radius: 20px; overflow: hidden; + + top: -164px; + left: -12px; } .image_block_two .image-box .image-1-new{ @@ -57,9 +63,9 @@ .image_block_two .image-box .image-2{ position: absolute; - left: -50px; + left: -21px; bottom: 0px; - background: #fff; + /* background: #fff; */ padding: 10px; border-radius: 20px; filter: drop-shadow(0px 2px 70px rgba(0, 0, 0, 0.1)); @@ -69,7 +75,7 @@ position: absolute; left: -50px; bottom: 0px; - background: #fff; + /* background: #fff; */ padding: 10px; border-radius: 20px; filter: drop-shadow(0px 2px 70px rgba(0, 0, 0, 0.1)); @@ -145,7 +151,7 @@ position: absolute; left: 14px !important; bottom: -86px !important; - background: #fff; + /* background: #fff; */ padding: 10px; border-radius: 20px; filter: drop-shadow(0px 2px 70px rgba(0, 0, 0, 0.1)); @@ -187,12 +193,19 @@ position: absolute; left: 14px !important; bottom: -36px !important; - background: #fff; + /* background: #fff; */ padding: 10px; border-radius: 20px; filter: drop-shadow(0px 2px 70px rgba(0, 0, 0, 0.1)); } + .image_block_two .image-box .cart-icon{ + + left: 302px; + top: 412px; + +} + .image_block_two .image-box .my-icon{ position: absolute; @@ -250,9 +263,17 @@ } } -@media only screen and (max-width: 499px){ +@media only screen and (max-width: 500px){ - + .image_block_two .image-box .cart-icon{ + + /* left: 292px; + top: 312px; */ + + + display: none; + +} } diff --git a/public/assets/images/banner/desktopBanner/home-banner-1.webp b/public/assets/images/banner/desktopBanner/home-banner-1.webp index 3e07b5b..5a9ed50 100644 Binary files a/public/assets/images/banner/desktopBanner/home-banner-1.webp and b/public/assets/images/banner/desktopBanner/home-banner-1.webp differ diff --git a/public/assets/images/banner/desktopBanner/home-banner-2.webp b/public/assets/images/banner/desktopBanner/home-banner-2.webp index b3168cb..830ff4a 100644 Binary files a/public/assets/images/banner/desktopBanner/home-banner-2.webp and b/public/assets/images/banner/desktopBanner/home-banner-2.webp differ diff --git a/public/assets/images/banner/desktopBanner/home-banner-3.webp b/public/assets/images/banner/desktopBanner/home-banner-3.webp index 023bd21..9afa16f 100644 Binary files a/public/assets/images/banner/desktopBanner/home-banner-3.webp and b/public/assets/images/banner/desktopBanner/home-banner-3.webp differ diff --git a/public/assets/images/banner/desktopBanner/home-banner-4.webp b/public/assets/images/banner/desktopBanner/home-banner-4.webp index 6d806ae..e9ba9cd 100644 Binary files a/public/assets/images/banner/desktopBanner/home-banner-4.webp and b/public/assets/images/banner/desktopBanner/home-banner-4.webp differ