Skip to content

Commit

Permalink
redirect to email and dialer pad added
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-bind committed May 15, 2024
1 parent 7038f2e commit 13b4079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContactUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ const ContactUs = () => {
<div className="grid grid-cols-2">
<div className="flex flex-col">
<div><span className="me-2 "><FontAwesomeIcon icon={faEnvelope}/></span>Email</div>
<div>[email protected]</div>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div className="flex flex-col">
<div><span className="me-2 "><FontAwesomeIcon icon={faMobilePhone}/></span>Phone</div>
<div>+1 (555) 123-4567</div>
<a href="tel:+15551234567">+1 (555) 123-4567</a>
</div>
</div>

Expand Down

0 comments on commit 13b4079

Please sign in to comment.