Compare commits

..

No commits in common. "3ad89a5753b9faa1a908604bf059816cc1484cfa" and "67744a6a04819a1122be2ada33ee847484f8cd68" have entirely different histories.

View File

@ -35,24 +35,12 @@ 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)' , backgroundPosition: '75% center' }}></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 <div className="content-box">
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.
@ -62,6 +50,7 @@ export default function Banner() {
<span>Book Your Appointment</span> <span>Book Your Appointment</span>
</Link> </Link>
</div> </div>
</div> </div>
</div> </div>
</SwiperSlide> </SwiperSlide>