-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9554261
commit 6462cbc
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ const Contact = () => { | |
<div className='contact_map_details'> | ||
<div> | ||
<FontAwesomeIcon icon={faPhone} className='map_details_icon' /><br /> | ||
<span> (802) 364 2269</span> | ||
<span>0808 654 2644</span> | ||
</div> | ||
<div> | ||
<FontAwesomeIcon icon={faLocationDot} className='map_details_icon'/><br /> | ||
|
@@ -72,7 +72,7 @@ const Contact = () => { | |
<p>Valuer</p> | ||
<p>B.Tech Estate Managment (FUT Minna)</p> | ||
<p>Based in: Ibadan</p><br /> | ||
<p>08086542644</p> | ||
<p>0808 654 2644</p> | ||
<p>[email protected]</p> | ||
</div> | ||
</div> | ||
|
@@ -83,8 +83,8 @@ const Contact = () => { | |
<p>Management Surveyor</p> | ||
<p>HND Estate Management (Polytechnic Ibadan)</p> | ||
<p>Based in: Ibadan</p><br /> | ||
<p>08086542644</p> | ||
<p>[email protected]</p> | ||
<p>0704 297 9637</p> | ||
<p></p> | ||
</div> | ||
</div> | ||
<div className='agents_card'> | ||
|
@@ -94,8 +94,8 @@ const Contact = () => { | |
<p>Management Surveyor</p> | ||
<p>HND Estate Managemenet (Polytechnic Ibadan)</p> | ||
<p>Based in: Ibadan</p><br /> | ||
<p>08086542644</p> | ||
<p>[email protected]</p> | ||
<p>0902 279 3545</p> | ||
<p></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -120,4 +120,4 @@ const Contact = () => { | |
) | ||
} | ||
|
||
export default Contact | ||
export default Contact |