diff --git a/src/Config/config.js b/src/Config/config.js index c92263e..176e313 100644 --- a/src/Config/config.js +++ b/src/Config/config.js @@ -12,6 +12,8 @@ function getConfig() { "facebook_link": 'https://www.facebook.com/wrenchboard', "twitter_link": 'https://twitter.com/wrenchboard/', "support_email": 'support@wrenchboard.com', + "support_phone": '404 855-7966', + "support_us_address":'Atlanta,GA 30339', "dummy": "2018-06-25T18:54:22.000Z", } ]; diff --git a/src/components/HomeOne/HeroHomeOne.js b/src/components/HomeOne/HeroHomeOne.js index 07b10f1..23299a3 100644 --- a/src/components/HomeOne/HeroHomeOne.js +++ b/src/components/HomeOne/HeroHomeOne.js @@ -4,8 +4,11 @@ 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'; import shapeFour from '../../assets/images/shape/shape-4.png'; +import getConfig from './../../Config/config' + function HeroHomeOne() { + var site = getConfig()[0]; return ( <>
@@ -22,12 +25,12 @@ function HeroHomeOne() {