desktop banner 4 image changed and content alignment change for desktop banner section

This commit is contained in:
Alaguraj0361 2025-09-23 15:43:28 +05:30
parent 68fb25d51f
commit 351ece5beb
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ export default function Banner() {
<div className="bg-layer bg-slide-0" <div className="bg-layer bg-slide-0"
style={{ backgroundImage: 'url(/assets/images/banner/desktopBanner/banner-1.png)' }}> style={{ backgroundImage: 'url(/assets/images/banner/desktopBanner/banner-1.png)' }}>
</div> </div>
<div className="auto-container" style={{ height: "600px", display: "flex", alignItems: "end", justifyContent: "center", textAlign: "center" }}> <div className="auto-container" style={{ height: "600px", display: "flex", alignItems: "end", justifyContent: "end", textAlign: "center" }}>
<div className="content-box custom-content-box"> <div className="content-box custom-content-box">
<span className="upper-text mb-2 ">Renew your</span> <span className="upper-text mb-2 ">Renew your</span>
<h2 style={{ color: "#bc0000" }}>STRENGTH</h2> <h2 style={{ color: "#bc0000" }}>STRENGTH</h2>
@ -127,7 +127,7 @@ export default function Banner() {
<div className="bg-layer" <div className="bg-layer"
style={{ backgroundImage: 'url(/assets/images/banner/desktopBanner/banner-2.png)' }}> style={{ backgroundImage: 'url(/assets/images/banner/desktopBanner/banner-2.png)' }}>
</div> </div>
<div className="auto-container" style={{ height: "600px", display: "flex", alignItems: "end", justifyContent: "end", textAlign: "center" }}> <div className="auto-container" style={{ height: "600px", display: "flex", alignItems: "end", justifyContent: "center", textAlign: "center" }}>
<div className="content-box custom-content-box"> <div className="content-box custom-content-box">
<span className="upper-text mb-3">Restore your</span> <span className="upper-text mb-3">Restore your</span>
<h2 style={{ color: "#bc0000" }}>Mobility</h2> <h2 style={{ color: "#bc0000" }}>Mobility</h2>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB