This commit is contained in:
Kenneth Jannette
2024-01-11 19:44:08 -06:00
parent 32b7b06d47
commit 3f5f1c8727
2 changed files with 28 additions and 2 deletions

View File

@@ -23,6 +23,14 @@ const FeaturesPage = () => {
<div className="features-top-right">
<img className="features-image-one" src={legalTechFlip} />
</div>
<div className="features-bottom-wrapper">
<div className="features-top-mobile-img">
<img className="features-image-one" src={legalTek} />
</div>
<div className="features-bottom-left">
<FeaturesBottom />
</div>
</div>
</div>
</div>
</>