Skip to content

Commit

Permalink
added links to email and phone
Browse files Browse the repository at this point in the history
  • Loading branch information
payalgupta25 committed Jan 18, 2025
1 parent f25316e commit 784b545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/componets/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ function Footer() {
</InfoColumn>
<InfoColumn>
<h3>Contact Us</h3>
<p>Email: contact@mscafe.com</p>
<p>Phone: (123) 456-7890</p>
<p><a href="mailto:contact@mscafe.com">✉️ contact@mscafe.com</a></p>
<p><a href="tel:+11234567890">☎️ (123) 456-7890</a></p>
</InfoColumn>
<InfoColumn>
<h3>Location</h3>
Expand Down

0 comments on commit 784b545

Please sign in to comment.