Order Changed for all sections

This commit is contained in:
akash 2025-08-12 07:28:07 -07:00
parent b5b469355c
commit 00caa9abf9
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ const About = (props) => {
<div className="container">
<div className="wpo-about-wrap">
<div className="row align-items-center">
<div className="col-lg-6 col-md-12 col-12">
<div className="col-lg-6 col-md-12 col-12 order-2 order-lg-1">
<div className="wpo-about-img">
<Image src={props.abimg} alt="" />
<div className="wpo-about-img-text">
@ -56,7 +56,7 @@ const About = (props) => {
</div>
</div>
</div>
<div className="col-lg-6 col-md-12 col-12">
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2 mb-5">
<div className="wpo-about-text">
<div className="wpo-section-title">
<span>About Politian</span>

View File

@ -10,7 +10,7 @@ const AboutSection = (props) => {
<div className="row align-items-center">
{/* Text Column — Show first on mobile, second on desktop */}
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2">
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2 mb-5">
<div className="wpo-about-text">
<div className="wpo-section-title">
<span>About Politian</span>