From 108121270d51bcba7a90186b0b9269eb8a2aa3ee Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Sat, 18 Dec 2021 22:09:24 -0500 Subject: [PATCH] Pge cleanup --- src/Routes.js | 21 +++++++-------------- src/assets/css/main.css | 5 +++++ src/components/HomeOne/FooterHomeOne.js | 13 ++++++------- src/components/HomeOne/HomeOneHeader.js | 4 ++-- src/components/Navigation.js | 1 - 5 files changed, 20 insertions(+), 24 deletions(-) diff --git a/src/Routes.js b/src/Routes.js index b2b8529..be096fa 100644 --- a/src/Routes.js +++ b/src/Routes.js @@ -5,14 +5,14 @@ import Contact from './components/Contact'; import Error from './components/Error'; import Loader from './components/Helper/Loader'; import ScrollToTop from './components/Helper/ScrollToTop'; -import HomeEight from './components/HomeEight'; -import HomeFive from './components/HomeFive'; -import HomeFour from './components/HomeFour'; +// import HomeEight from './components/HomeEight'; +// import HomeFive from './components/HomeFive'; +// import HomeFour from './components/HomeFour'; import HomeOne from './components/HomeOne'; -import HomeSeven from './components/HomeSeven'; -import HomeSix from './components/HomeSix'; -import HomeThree from './components/HomeThree'; -import Hometwo from './components/HomeTwo'; +// import HomeSeven from './components/HomeSeven'; +// import HomeSix from './components/HomeSix'; +// import HomeThree from './components/HomeThree'; +// import Hometwo from './components/HomeTwo'; import News from './components/News'; import SingleNews from './components/News/SingleNews'; import Service from './components/Service'; @@ -39,13 +39,6 @@ function Routes() { - - - - - - - diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 88034ff..bdf25ac 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -180,24 +180,28 @@ p { .appie-section-title .appie-title { font-size: 36px; line-height: 46px; + color: #08538d; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .appie-section-title .appie-title { font-size: 36px; line-height: 46px; + color: #08538d; } } @media (max-width: 767px) { .appie-section-title .appie-title { font-size: 26px; line-height: 36px; + color: #08538d; } } @media only screen and (min-width: 576px) and (max-width: 767px) { .appie-section-title .appie-title { font-size: 36px; line-height: 46px; + color: #08538d; } } .appie-section-title p { @@ -1425,6 +1429,7 @@ p { font-size: 70px; line-height: 80px; padding: 0 80px; + color: #08538d; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .appie-hero-area.appie-hero-3-area .appie-hero-content .appie-title { diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js index 5837438..68bce41 100644 --- a/src/components/HomeOne/FooterHomeOne.js +++ b/src/components/HomeOne/FooterHomeOne.js @@ -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 }) {

- 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.

Read More @@ -97,18 +97,17 @@ function FooterHomeOne({ className }) { @@ -134,7 +133,7 @@ function FooterHomeOne({ className }) {
-

Copyright © 2021 Appie. All rights reserved.

+

Copyright © 2021 WrenchBoard. All rights reserved.

diff --git a/src/components/HomeOne/HomeOneHeader.js b/src/components/HomeOne/HomeOneHeader.js index cabfa50..cf5e9d5 100644 --- a/src/components/HomeOne/HomeOneHeader.js +++ b/src/components/HomeOne/HomeOneHeader.js @@ -26,10 +26,10 @@ function HomeOneHeader({ action }) {