diff --git a/src/Config/config.js b/src/Config/config.js index 6bb14e1..5afa0ba 100644 --- a/src/Config/config.js +++ b/src/Config/config.js @@ -19,7 +19,7 @@ function getConfig() { "support_us_address": 'Cumberland Pkwy, Atlanta GA 30339', "support_ng_address": 'Saka Tinubu Street, Victoria Island Lagos, Nigeria', "dummy": "2018-06-25T18:54:22.000Z", - "user_service_endpoint": "https://dashboard.wrenchboard.com/svs/user", + "user_service_endpoint": process.env.REACT_APP_AUX_ENDPOINT, } ]; diff --git a/src/Services/ContactData.js b/src/Services/ContactData.js index 383b922..877a677 100644 --- a/src/Services/ContactData.js +++ b/src/Services/ContactData.js @@ -4,7 +4,7 @@ import getConfig from './../Config/config' async function ContactData(callData) { // debugger; var site = getConfig()[0]; - let response = await Axios.post(`${process.env.REACT_APP_AUX_ENDPOINT}/sitecontact`, callData); + let response = await Axios.post(`${site.user_service_endpoint}/sitecontact`, callData); return response.data.result; } diff --git a/src/Services/FaqData.js b/src/Services/FaqData.js new file mode 100644 index 0000000..62fd161 --- /dev/null +++ b/src/Services/FaqData.js @@ -0,0 +1,11 @@ +import Axios from 'axios'; +import getConfig from './../Config/config' + +async function FaqData() { + // debugger; + var site = getConfig()[0]; + let response = await Axios.post(`${site.user_service_endpoint}/faq`); + return await response; +} + +export default FaqData; \ No newline at end of file diff --git a/src/assets/css/main.css b/src/assets/css/main.css index a8aa812..c74c47f 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -2490,6 +2490,10 @@ p { color: #fff; border-radius: 50%; } +.appie-single-service-2 .icon img { + height: 100px; + width: 100px; +} .appie-single-service-2 .title { font-size: 20px; font-weight: 700; @@ -2634,10 +2638,13 @@ p { margin-bottom: 20px; } .service-details-sidebar .service-category-widget ul li i { - color: #2b70fa; + color: #4687ba; width: 15px; margin-right: 15px; } +.service-details-sidebar .service-category-widget ul li a { + color: #4687ba; +} .service-details-sidebar .service-category-widget ul li:last-child { margin-bottom: 0; } @@ -2651,10 +2658,10 @@ p { color: #505056; } .service-details-sidebar .service-download-widget a:hover { - color: #2b70fa; + color: #4687ba; } .service-details-sidebar .service-download-widget i { - color: #2b70fa; + color: #4687ba; padding-right: 15px; } @@ -2676,6 +2683,9 @@ p { padding-top: 34px; padding-bottom: 26px; } +.service-details-content .content p a { + color: #4687ba; +} .appie-services-8-area .service-thumb { margin-left: -50px; @@ -5600,7 +5610,7 @@ blockquote cite { ul li a:hover { - color: #db0f30; + color: #4687ba; } .appie-footer-area.appie-footer-about-area.appie-footer-8-area .footer-widget-info @@ -5731,7 +5741,7 @@ blockquote cite { margin-bottom: 6px; } .footer-navigation ul li a:hover { - color: #2b70fa; + color: #4687ba; } .footer-navigation.footer-navigation-2 ul li a:hover { color: #ff3e66; diff --git a/src/assets/images/value-approach.png b/src/assets/images/value-approach.png index 8f73c8f..73f2136 100644 Binary files a/src/assets/images/value-approach.png and b/src/assets/images/value-approach.png differ diff --git a/src/assets/images/value-design.png b/src/assets/images/value-design.png index ecdfe7e..0c10bd3 100644 Binary files a/src/assets/images/value-design.png and b/src/assets/images/value-design.png differ diff --git a/src/assets/images/value-interactive.png b/src/assets/images/value-interactive.png index d02f67d..924f46d 100644 Binary files a/src/assets/images/value-interactive.png and b/src/assets/images/value-interactive.png differ diff --git a/src/assets/images/value-mobility.png b/src/assets/images/value-mobility.png index 155e9c7..ecce12a 100644 Binary files a/src/assets/images/value-mobility.png and b/src/assets/images/value-mobility.png differ diff --git a/src/assets/images/value-privacy.png b/src/assets/images/value-privacy.png index afa3091..8442a54 100644 Binary files a/src/assets/images/value-privacy.png and b/src/assets/images/value-privacy.png differ diff --git a/src/assets/images/value-seamless.png b/src/assets/images/value-seamless.png index 61fecad..92caee5 100644 Binary files a/src/assets/images/value-seamless.png and b/src/assets/images/value-seamless.png differ diff --git a/src/components/AboutUs/ServicesAbout.js b/src/components/AboutUs/ServicesAbout.js index e5be5e7..3aa2ff4 100644 --- a/src/components/AboutUs/ServicesAbout.js +++ b/src/components/AboutUs/ServicesAbout.js @@ -31,13 +31,11 @@ function ServicesAbout() { data-wow-duration="2000ms" data-wow-delay="200ms" > -
-
+
+ {/*
-
-
- -
+
*/} +

Carefully designed

We listen to how the users will love to use our tools. It is always about the users

@@ -49,16 +47,11 @@ function ServicesAbout() { data-wow-duration="2000ms" data-wow-delay="400ms" > - {/*
- -
*/} -
-
+
+ {/*
-
-
- -
+
*/} +

Modern Approach

Our target is to present a cutting-edge solution that serves the users at all times.

@@ -70,16 +63,11 @@ function ServicesAbout() { data-wow-duration="2000ms" data-wow-delay="600ms" > - {/*
- -
*/} -
-
+
+ {/*
-
-
- -
+
*/} +

User Interactive

Email, notifications, and alerts to get you engaged in the process.

@@ -91,16 +79,11 @@ function ServicesAbout() { data-wow-duration="2000ms" data-wow-delay="200ms" > - {/*
- -
*/} -
-
+
+ {/*
-
-
- -
+
*/} +

Mobility Approach

Web and native app solution for your continuously moving life.

@@ -112,16 +95,11 @@ function ServicesAbout() { data-wow-duration="2000ms" data-wow-delay="400ms" > - {/*
- -
*/} -
-
+
+ {/*
-
-
- -
+
*/} +

Seamless Sync

Changes across platforms is simplified and streamlined.

@@ -133,16 +111,11 @@ function ServicesAbout() { data-wow-duration="2000ms" data-wow-delay="600ms" > - {/*
- -
*/} -
-
+
+ {/*
-
-
- -
+
*/} +

Privacy

We truly respect your need for privacy. Our solution doesn't need to share your data to work for you.

diff --git a/src/components/FAQ/Index.js b/src/components/FAQ/Index.js index 07704da..afdb282 100644 --- a/src/components/FAQ/Index.js +++ b/src/components/FAQ/Index.js @@ -18,7 +18,7 @@ function FAQ() { <> - + diff --git a/src/components/Service/FAQServices.js b/src/components/Service/FAQServices.js index 4c4d42f..8d5b7d4 100644 --- a/src/components/Service/FAQServices.js +++ b/src/components/Service/FAQServices.js @@ -1,13 +1,21 @@ -import React from 'react'; +import React, { useEffect, useState } from 'react'; import thumb from '../../assets/images/service-page.jpg'; import ServiceSideMenu from './ServiceSideMenu'; import getConfig from './../../Config/config' import {Link} from 'react-router-dom' +import FaqData from '../../Services/FaqData'; function FAQService() { - var site = getConfig()[0]; + let [faq, setFaq] = useState([]) - let dummyFaq = [1,2,3,4,5] + useEffect(()=>{ + FaqData().then(res => { + console.log(res) + setFaq(res.data.result_list) + }).catch(err => { + console.log('You got an error ========> '+ err) + }) + },[]) return ( <> @@ -18,24 +26,24 @@ function FAQService() {
-
+
-

Frequently asked questions

+

Frequently asked questions

- {dummyFaq.map((item, index)=>( + {faq.map((item, index)=>(
-

- -

+

+ +

0 ? 'collapse' : 'collapse show'}`} aria-labelledby={`heading${index}`} data-parent="#accordionExample">
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. + {item.msg}