This commit is contained in:
Kenneth Jannette
2024-02-16 00:10:23 -06:00
parent 142d82bfcc
commit af802b2620
5 changed files with 13 additions and 8 deletions

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

View File

@@ -1,11 +1,7 @@
import { useState, useContext, useEffect } from "react";
import { useNavigate } from "react-router-dom";
import { import {
FeaturesTop, FeaturesTop,
FeaturesBottom, FeaturesBottom,
} from "../../Constants/Copy/featuresCopy.js"; } from "../../Constants/Copy/featuresCopy.js";
import legalTek from "../../Assets/Images/legalTek.jpg";
import legalTechFlip from "../../Assets/Images/legalTechFlip.jpg";
import "../../styles/features.scss"; import "../../styles/features.scss";
const FeaturesPage = () => { const FeaturesPage = () => {
@@ -14,18 +10,27 @@ const FeaturesPage = () => {
<div className="features-container"> <div className="features-container">
<div className="features-top-wrapper"> <div className="features-top-wrapper">
<div className="features-top-mobile-img"> <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>
<div className="features-top-left"> <div className="features-top-left">
<FeaturesTop /> <FeaturesTop />
</div> </div>
<div className="features-top-right"> <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> </div>
<div className="features-bottom-wrapper"> <div className="features-bottom-wrapper">
<div className="features-bottom-left"> <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>
<div className="features-bottom-right"> <div className="features-bottom-right">
<FeaturesBottom /> <FeaturesBottom />

View File

@@ -1,5 +1,5 @@
import { ExclamationTriangle } from "react-bootstrap-icons"; import { ExclamationTriangle } from "react-bootstrap-icons";
import howtohand from "../../Assets/Images/howtohand.png";
import "../../styles/howTo-page.scss"; import "../../styles/howTo-page.scss";
export const Steps = () => ( export const Steps = () => (
<div className="steps-wrapper"> <div className="steps-wrapper">