Pge cleanup

This commit is contained in:
dev-chiefworks
2021-12-18 22:09:24 -05:00
parent 2ae0371369
commit 108121270d
5 changed files with 20 additions and 24 deletions
+6 -7
View File
@@ -1,6 +1,6 @@
import React from 'react';
import { Link } from 'react-router-dom';
import logo from '../../assets/images/logo.png';
import logo from '../../assets/images/wrenchboard.png';
function FooterHomeOne({ className }) {
return (
@@ -16,7 +16,7 @@ function FooterHomeOne({ className }) {
</a>
</div>
<p>
Appie WordPress is theme is the last theme you will ever have.
It is simple. You can do something that somebody is ready to pay you for. WrenchBoard is the platform to connect you with earning opportunities.
</p>
<a href="#">
Read More <i className="fal fa-arrow-right" />
@@ -97,18 +97,17 @@ function FooterHomeOne({ className }) {
<ul>
<li>
<a href="#">
<i className="fal fa-envelope" /> support@appie.com
<i className="fal fa-envelope" /> support@wrenchboard.com
</a>
</li>
<li>
<a href="#">
<i className="fal fa-phone" /> +(642) 342 762 44
<i className="fal fa-phone" /> 404 855-7966
</a>
</li>
<li>
<a href="#">
<i className="fal fa-map-marker-alt" /> 442 Belle Terre
St Floor 7, San Francisco, AV 4206
<i className="fal fa-map-marker-alt" />Atlanta,GA 30339
</a>
</li>
</ul>
@@ -134,7 +133,7 @@ function FooterHomeOne({ className }) {
</ul>
</div>
<div className="copyright-text">
<p>Copyright © 2021 Appie. All rights reserved.</p>
<p>Copyright © 2021 WrenchBoard. All rights reserved.</p>
</div>
</div>
</div>
+2 -2
View File
@@ -26,10 +26,10 @@ function HomeOneHeader({ action }) {
</div>
<div className="col-lg-4 col-md-7 col-sm-6 col-6 order-2 order-sm-3">
<div className="appie-btn-box text-right">
<a className="login-btn" href="https://dashboard.wrenchboard.com">
<a className="login-btn" href="">
<i className="fal fa-user" /> Login
</a>
<a className="main-btn ml-30" href="https://dashboard.wrenchboard.com">
<a className="main-btn ml-30" href="">
Get Started
</a>
<div
-1
View File
@@ -37,7 +37,6 @@ function Navigation() {
</li>
</ul>
</li>
</ul>
</>
);