This commit is contained in:
Kenneth Jannette
2024-01-11 19:23:03 -06:00
parent 635d830931
commit 32b7b06d47
2 changed files with 13 additions and 6 deletions

View File

@@ -24,6 +24,15 @@ const FeaturesPage = () => {
<img className="features-image-one" src={legalTechFlip} />
</div>
</div>
</div>
</>
);
};
export default FeaturesPage;
/*
<div className="features-bottom-wrapper">
<div className="features-bottom-right">
<img className="features-image-one" src={legalTek} />
@@ -32,9 +41,5 @@ const FeaturesPage = () => {
<FeaturesBottom />
</div>
</div>
</div>
</>
);
};
export default FeaturesPage;
*/