This commit is contained in:
Kenneth Jannette
2024-01-11 22:07:49 -06:00
parent 149d801979
commit 36208fda1a

View File

@@ -6,7 +6,6 @@ import {
} from "../../Constants/Copy/featuresCopy.js"; } from "../../Constants/Copy/featuresCopy.js";
import legalTek from "../../Assets/Images/legalTek.jpg"; import legalTek from "../../Assets/Images/legalTek.jpg";
import legalTechFlip from "../../Assets/Images/legalTechFlip.jpg"; import legalTechFlip from "../../Assets/Images/legalTechFlip.jpg";
import { ReactComponent as HowToInfoSvg } from "../../Assets/svg/howToInfo.svg";
import "../../styles/features.scss"; import "../../styles/features.scss";
const FeaturesPage = () => { const FeaturesPage = () => {
@@ -38,37 +37,3 @@ const FeaturesPage = () => {
}; };
export default FeaturesPage; export default FeaturesPage;
/*
<div className="features-top-mobile-img">
<img className="features-image-one" src={legalTechFlip} />
</div>
<div className="features-top-left">
<FeaturesTop />
</div>
<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-top-left">
<FeaturesBottom />
</div>
</div>
<div className="features-bottom-wrapper">
<div className="features-bottom-right">
<img className="features-image-one" src={legalTek} />
</div>
<div className="features-bottom-left">
<FeaturesBottom />
</div>
</div>
*/