Skip to content

Commit

Permalink
Added click-to-email and click-to-call functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ygowthamr committed Nov 8, 2024
1 parent 30a93e3 commit 805eef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ class="mt-8 flex flex-col gap-10 items-center justify-center sm:flex-row sm:item
<div class="block">
<h2 class="font-semibold text-gray-800 text-lg">Get in touch</h2>
<div class="flex flex-col gap-2 text-[#6A6E5C] mt-2">
<a href="#">[email protected]</a>
<a href="#">+91 9820223338</a>
<a href="mailto:[email protected]">[email protected]</a>
<a href="callto:+919820223338">+91 9820223338</a>
</div>
</div>
<div class="block">
Expand Down

0 comments on commit 805eef6

Please sign in to comment.