From aa5425e379c6f302cede39c552d23eca2640e9ad Mon Sep 17 00:00:00 2001 From: tokslaw Date: Wed, 1 Feb 2023 17:45:30 -0500 Subject: [PATCH] contact info text added --- components/Contact/ContactInfo.js | 11 ++++++----- components/_App/Layout.js | 6 +++--- next.config.js | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/components/Contact/ContactInfo.js b/components/Contact/ContactInfo.js index be6a40c..feafb4f 100755 --- a/components/Contact/ContactInfo.js +++ b/components/Contact/ContactInfo.js @@ -9,7 +9,8 @@ const ContactInfo = () => {

Location

-

2108-267 Road Quadra, Toronto,
Victiria Canada

+

{process.env.REACT_APP_US_ADDRESS_USA}

+

32 Oatgrass Dr, Grayson,GA,30017

@@ -17,8 +18,8 @@ const ContactInfo = () => {

Email

-

hello@disin.com

-

emailexample@name.com

+

{process.env.REACT_APP_SUPPORT_EMAIL}

+

support@kintcare.com

@@ -26,8 +27,8 @@ const ContactInfo = () => {

Phone

-

+07 5554 3332 322

-

+07 5554 3332 322

+

{process.env.REACT_APP_US_PHONE}

+

(415) 251-7583

diff --git a/components/_App/Layout.js b/components/_App/Layout.js index a7e983f..1056ed1 100755 --- a/components/_App/Layout.js +++ b/components/_App/Layout.js @@ -6,11 +6,11 @@ const Layout = ({ children }) => { return( <> - Disin - React Next Medical Health & Doctors Template + KintCare - Health care to New Moms and Newborns - - + + diff --git a/next.config.js b/next.config.js index a264f83..4a90091 100755 --- a/next.config.js +++ b/next.config.js @@ -9,7 +9,7 @@ module.exports = { defaultLocale: 'en', }, env: { - REACT_APP_US_ADDRESS_USA: '32,Oatgrass Dr, Grayson,GA,30017', + REACT_APP_US_ADDRESS_USA: '32 Oatgrass Dr, Grayson,GA,30017', REACT_APP_US_PHONE: '(415) 251-7583', REACT_APP_SUPPORT_EMAIL: 'support@mermsemr.com', REACT_APP_YEAR:2023,