This commit is contained in:
2021-12-23 04:00:42 -05:00
parent 3bb74ab465
commit 4bb6316f88
16 changed files with 215 additions and 232 deletions
+14 -15
View File
@@ -1,18 +1,17 @@
import React from 'react';
import thumb from '../../assets/images/traffic-thumb.png';
function TrafficHomeOne() {
function TrafficHomeTwo() {
return (
<section className="appie-traffic-area pt-140 pb-180">
<div className="container">
<div className="row">
<div className="col-lg-7">
<div className="appie-traffic-title">
<span>Traffic</span>
<h3 className="title">Stage reporting with 50k queries.</h3>
<span>Post</span>
<h3 className="title">Posting Jobs.</h3>
<p>
He nicked it tickety boo harry the cras bargy chap mush spiffing
spend a penny the full monty burke butty.
WrenchBoard platform connects you with quality service to deliver your project with ease.
</p>
</div>
<div className="row">
@@ -21,8 +20,8 @@ function TrafficHomeOne() {
<div className="icon">
<i className="fal fa-check" />
</div>
<h5 className="title">Carefully designed</h5>
<p>Mucker plastered bugger all mate morish are.</p>
<h5 className="title">Create your projects</h5>
<p>from complex to most basic task as targetted offering or market place posting</p>
</div>
</div>
<div className="col-lg-6 col-md-6">
@@ -30,8 +29,8 @@ function TrafficHomeOne() {
<div className="icon">
<i className="fal fa-check" />
</div>
<h5 className="title">Choose a App</h5>
<p>Mucker plastered bugger all mate morish are.</p>
<h5 className="title">Hire experts</h5>
<p>from reviewed profiles, accept interest in your project from qualified members.</p>
</div>
</div>
<div className="col-lg-6 col-md-6">
@@ -39,8 +38,8 @@ function TrafficHomeOne() {
<div className="icon">
<i className="fal fa-check" />
</div>
<h5 className="title">Seamless Sync</h5>
<p>Mucker plastered bugger all mate morish are.</p>
<h5 className="title">Monitor Progress</h5>
<p>Monitor work progress and track performance with real time tools from your account</p>
</div>
</div>
<div className="col-lg-6 col-md-6">
@@ -48,14 +47,14 @@ function TrafficHomeOne() {
<div className="icon">
<i className="fal fa-check" />
</div>
<h5 className="title">User Interactive</h5>
<p>Mucker plastered bugger all mate morish are.</p>
<h5 className="title">Get Pay </h5>
<p>Pay: Make payment easily and securely by milestones or project completion.</p>
</div>
</div>
<div className="col-lg-12">
<div className="traffic-btn mt-50">
<a className="main-btn" href="#">
Learn More <i className="fal fa-arrow-right" />
Learn more about what you can do with WrenchBoard <i className="fal fa-arrow-right" />
</a>
</div>
</div>
@@ -76,4 +75,4 @@ function TrafficHomeOne() {
);
}
export default TrafficHomeOne;
export default TrafficHomeTwo;