more
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
} from "../../Constants/Copy/featuresCopy.js";
|
||||
import legalTek from "../../Assets/Images/legalTek.jpg";
|
||||
import legalTechFlip from "../../Assets/Images/legalTechFlip.jpg";
|
||||
import { ReactComponent as HowToInfoSvg } from "../../Assets/svg/howToInfo.svg";
|
||||
import "../../styles/features.scss";
|
||||
|
||||
const FeaturesPage = () => {
|
||||
@@ -38,37 +37,3 @@ const 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>
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user