contact info text added
This commit is contained in:
@@ -9,7 +9,8 @@ const ContactInfo = () => {
|
||||
<div className="location-item">
|
||||
<i className="icofont-location-pin"></i>
|
||||
<h3>Location</h3>
|
||||
<p>2108-267 Road Quadra, Toronto, <br /> Victiria Canada</p>
|
||||
<p>{process.env.REACT_APP_US_ADDRESS_USA}</p>
|
||||
<p>32 Oatgrass Dr, Grayson,GA,30017</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -17,8 +18,8 @@ const ContactInfo = () => {
|
||||
<div className="location-item">
|
||||
<i className="icofont-ui-message"></i>
|
||||
<h3>Email</h3>
|
||||
<p>hello@disin.com</p>
|
||||
<p>emailexample@name.com</p>
|
||||
<p>{process.env.REACT_APP_SUPPORT_EMAIL}</p>
|
||||
<p>support@kintcare.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -26,8 +27,8 @@ const ContactInfo = () => {
|
||||
<div className="location-item">
|
||||
<i className="icofont-ui-call"></i>
|
||||
<h3>Phone</h3>
|
||||
<p>+07 5554 3332 322</p>
|
||||
<p>+07 5554 3332 322</p>
|
||||
<p>{process.env.REACT_APP_US_PHONE}</p>
|
||||
<p>(415) 251-7583</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user