Compare commits

..

2 Commits

View File

@ -35,12 +35,24 @@ export default function Banner() {
<section className="banner-style-two p_relative">
<Swiper {...swiperOptions} className="banner-carousel owl-theme owl-carousel owl-nav-none owl-dots-none">
<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>
{/* <figure className="image-layer"><img src="/assets/images/home/banner/banner-img-1.webp" alt="" /></figure> */}
<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>
<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>
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>
</Link>
</div>
</div>
</div>
</SwiperSlide>