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,