corrections updated
This commit is contained in:
commit
d3efcc6f49
@ -270,7 +270,7 @@ export default function Home() {
|
|||||||
<p className='sub-title-2'>Physiotherapy Etobicoke – We are a team of health care professionals provide physiotherapy, massage therapy services in etobicoke assist you in improving your health.</p>
|
<p className='sub-title-2'>Physiotherapy Etobicoke – We are a team of health care professionals provide physiotherapy, massage therapy services in etobicoke assist you in improving your health.</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="row clearfix">
|
<div className="row clearfix">
|
||||||
<div className="col-lg-6 col-md-6 col-sm-12 chooseus-block">
|
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||||
<div className="chooseus-block-one">
|
<div className="chooseus-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/about-us/section4/expert-team.webp" alt="" /></div>
|
<div className="icon-box"><img src="/assets/images/about-us/section4/expert-team.webp" alt="" /></div>
|
||||||
@ -279,7 +279,7 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6 col-md-6 col-sm-12 chooseus-block">
|
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||||
<div className="chooseus-block-one">
|
<div className="chooseus-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/about-us/section4/understand.webp" alt="" /></div>
|
<div className="icon-box"><img src="/assets/images/about-us/section4/understand.webp" alt="" /></div>
|
||||||
@ -288,7 +288,7 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6 col-md-6 col-sm-12 chooseus-block">
|
<div className="col-lg-6 col-md-6 col-4 col-sm-4 chooseus-block">
|
||||||
<div className="chooseus-block-one">
|
<div className="chooseus-block-one">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
<div className="icon-box"><img src="/assets/images/home/why-choose/ready.webp" alt="" /></div>
|
<div className="icon-box"><img src="/assets/images/home/why-choose/ready.webp" alt="" /></div>
|
||||||
@ -368,6 +368,9 @@ export default function Home() {
|
|||||||
|
|
||||||
<section className="image-slider-section relative w-full pt_90 pb_90 text-center">
|
<section className="image-slider-section relative w-full pt_90 pb_90 text-center">
|
||||||
<div className="auto-container mx-auto relative w-full">
|
<div className="auto-container mx-auto relative w-full">
|
||||||
|
<div className="sec-title mb_50 centred">
|
||||||
|
<h2>Our Trusted Partners</h2>
|
||||||
|
</div>
|
||||||
<div className="slider-wrapper w-full">
|
<div className="slider-wrapper w-full">
|
||||||
<Swiper
|
<Swiper
|
||||||
{...swiperOptions}
|
{...swiperOptions}
|
||||||
|
|||||||
@ -10,7 +10,7 @@ export default function Blog() {
|
|||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<div className="sec-title mb_50 centred">
|
<div className="sec-title mb_50 centred">
|
||||||
<span className="sub-title">Our Blog</span>
|
<span className="sub-title">Our Blog</span>
|
||||||
<h2>Take a look at our most <br />recent articles</h2>
|
<h2>Stay Updated with <br />Our Recent Blog Posts</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="row clearfix">
|
<div className="row clearfix">
|
||||||
|
|||||||
@ -10,7 +10,7 @@ export default function ServicesSection() {
|
|||||||
|
|
||||||
<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 You Medical & Saving Lives</span>
|
<span className="sub-title-1">We Help You Move Better & Live Healthier</span>
|
||||||
<h2>Our Services</h2>
|
<h2>Our Services</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="row clearfix">
|
<div className="row clearfix">
|
||||||
|
|||||||
@ -35,12 +35,24 @@ export default function Banner() {
|
|||||||
<section className="banner-style-two p_relative">
|
<section className="banner-style-two p_relative">
|
||||||
<Swiper {...swiperOptions} className="banner-carousel owl-theme owl-carousel owl-nav-none owl-dots-none">
|
<Swiper {...swiperOptions} className="banner-carousel owl-theme owl-carousel owl-nav-none owl-dots-none">
|
||||||
<SwiperSlide className="slide-item">
|
<SwiperSlide className="slide-item">
|
||||||
<div className="bg-layer" style={{ backgroundImage: 'url(/assets/images/home/banner/home-banner-1.webp)' }}></div>
|
<div
|
||||||
|
className="bg-layer"
|
||||||
|
style={{ backgroundImage: 'url(/assets/images/home/banner/home-banner-1.webp)' }}
|
||||||
|
></div>
|
||||||
|
<div className="bg-layer" style={{ backgroundImage: 'url(/assets/images/home/banner/home-banner-1.webp)' , backgroundPosition: '75% center' }}></div>
|
||||||
{/* <figure className="image-layer"><img src="/assets/images/home/banner/banner-img-1.webp" alt="" /></figure> */}
|
{/* <figure className="image-layer"><img src="/assets/images/home/banner/banner-img-1.webp" alt="" /></figure> */}
|
||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<div className="content-box">
|
<div
|
||||||
|
className="content-box"
|
||||||
|
style={{
|
||||||
|
background: 'white',
|
||||||
|
padding: '50px',
|
||||||
|
borderRadius: '15%',
|
||||||
|
opacity: 0.8
|
||||||
|
}}
|
||||||
|
>
|
||||||
<span className="upper-text">The Journey to Better Health Begins here</span>
|
<span className="upper-text">The Journey to Better Health Begins here</span>
|
||||||
<h2>Your Path to <span>Recovery</span> Starts Today</h2>
|
<h2>Your Path to <span>Recovery</span> Starts Today</h2>
|
||||||
<p>Expert Physiotherapy in Mississauga for You.</p>
|
<p>Expert Physiotherapy in Mississauga for You.</p>
|
||||||
<p>
|
<p>
|
||||||
Our skilled team provides physiotherapy in Mississauga to help you regain mobility and live pain-free. Compassionate care designed around your needs.
|
Our skilled team provides physiotherapy in Mississauga to help you regain mobility and live pain-free. Compassionate care designed around your needs.
|
||||||
@ -50,7 +62,6 @@ export default function Banner() {
|
|||||||
<span>Book Your Appointment</span>
|
<span>Book Your Appointment</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</SwiperSlide>
|
</SwiperSlide>
|
||||||
|
|||||||
@ -319,6 +319,17 @@
|
|||||||
padding-top: 70px !important;
|
padding-top: 70px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 426px){
|
||||||
|
|
||||||
|
.shape-3{
|
||||||
|
|
||||||
|
opacity: 0.3 !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 599px){
|
@media only screen and (max-width: 599px){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user