1st banner bg updated

This commit is contained in:
akash 2025-09-12 20:43:02 +05:30
parent ebb83334dc
commit 1d128b7107

View File

@ -35,10 +35,21 @@ 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)' }}
></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>
<p>Expert Physiotherapy in Mississauga for You.</p>
@ -50,7 +61,6 @@ export default function Banner() {
<span>Book Your Appointment</span>
</Link>
</div>
</div>
</div>
</SwiperSlide>