1st banner bg updated
This commit is contained in:
parent
ebb83334dc
commit
1d128b7107
@ -35,12 +35,23 @@ 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>
|
||||||
{/* <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 +61,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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user