more
This commit is contained in:
BIN
src/Assets/Images/.DS_Store
vendored
Normal file
BIN
src/Assets/Images/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.9 MiB |
@@ -1,11 +1,7 @@
|
||||
import { useState, useContext, useEffect } from "react";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import {
|
||||
FeaturesTop,
|
||||
FeaturesBottom,
|
||||
} from "../../Constants/Copy/featuresCopy.js";
|
||||
import legalTek from "../../Assets/Images/legalTek.jpg";
|
||||
import legalTechFlip from "../../Assets/Images/legalTechFlip.jpg";
|
||||
import "../../styles/features.scss";
|
||||
|
||||
const FeaturesPage = () => {
|
||||
@@ -14,18 +10,27 @@ const FeaturesPage = () => {
|
||||
<div className="features-container">
|
||||
<div className="features-top-wrapper">
|
||||
<div className="features-top-mobile-img">
|
||||
<img className="features-image-one" src={legalTechFlip} />
|
||||
<img
|
||||
className="features-image-one"
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/79eafada-1517-43a6-99f1-d3e2b0da8200/public"
|
||||
/>
|
||||
</div>
|
||||
<div className="features-top-left">
|
||||
<FeaturesTop />
|
||||
</div>
|
||||
<div className="features-top-right">
|
||||
<img className="features-image-one" src={legalTechFlip} />
|
||||
<img
|
||||
className="features-image-one"
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/79eafada-1517-43a6-99f1-d3e2b0da8200/public"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="features-bottom-wrapper">
|
||||
<div className="features-bottom-left">
|
||||
<img className="features-image-one" src={legalTek} />
|
||||
<img
|
||||
className="features-image-one"
|
||||
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/832e2844-0133-4822-6710-a808a98aa500/public"
|
||||
/>
|
||||
</div>
|
||||
<div className="features-bottom-right">
|
||||
<FeaturesBottom />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { ExclamationTriangle } from "react-bootstrap-icons";
|
||||
import howtohand from "../../Assets/Images/howtohand.png";
|
||||
|
||||
import "../../styles/howTo-page.scss";
|
||||
export const Steps = () => (
|
||||
<div className="steps-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user