Page fix
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user