contact info text added

This commit is contained in:
2023-02-01 17:45:30 -05:00
parent 6b8ae873f7
commit aa5425e379
3 changed files with 10 additions and 9 deletions
+6 -5
View File
@@ -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>