This commit is contained in:
dev-chiefworks
2021-12-29 20:04:28 -05:00
parent 4bb6316f88
commit 5faa4bd728
19 changed files with 3022 additions and 8103 deletions
+7 -15
View File
@@ -1,5 +1,5 @@
import React from 'react';
import heroThumbOne from '../../assets/images/Actualize.jpg';
import heroThumbOne from '../../assets/images/app-thumb-1.png';
import heroThumbTwo from '../../assets/images/hero-thumb-2.png';
import shapeTwo from '../../assets/images/shape/shape-2.png';
import shapeThree from '../../assets/images/shape/shape-3.png';
@@ -13,21 +13,21 @@ function HeroHomeOne() {
<div className="row align-items-center">
<div className="col-lg-6">
<div className="appie-hero-content">
<span>Welcome To WrenchBoard</span>
<span>Welcome To WrenchBoard..</span>
<h1 className="appie-title">
Actualize your Creativity to Earning Power.
Make money with any skill.
</h1>
<p>
An online marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster.Trade your freelance services.
The marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster.
</p>
<ul>
<li>
<a href="#">
<a href="https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8">
<i className="fab fa-apple" /> Download for iOS
</a>
</li>
<li>
<a className="item-2" href="#">
<a className="item-2" href="https://play.google.com/store/apps/details?id=com.wrenchboard.users">
<i className="fab fa-google-play" /> Download for
Android
</a>
@@ -55,15 +55,7 @@ function HeroHomeOne() {
</div>
</div>
</div>
<div className="hero-shape-1">
<img src={shapeTwo} alt="" />
</div>
<div className="hero-shape-2">
<img src={shapeThree} alt="" />
</div>
<div className="hero-shape-3">
<img src={shapeFour} alt="" />
</div>
</section>
</>
);