Skip to content

Commit

Permalink
Updated the call to action phone numbers on the home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncheckederror committed Sep 1, 2024
1 parent 5f38211 commit dbe748c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NumberSearch.Mvc/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<p class="text-muted m-1 m-md-3">Manage calls, voicemails, texts, and faxes—all in one place.</p>
<a class="btn btn-primary btn-lg p-md-4 p-3 m-md-3 m-1 shadow" href="/Services">Start Now</a>
<p class="text-muted m-1 m-md-3">or talk to an expert at</p>
<a href="tel:12063333341" class="btn btn-lg btn-outline-dark">(206) 333-3341</a>
<a href="tel:12063333341" class="btn btn-lg btn-outline-dark">(206) 858-8757</a>
</div>
<div class="col-lg-8 col-md-7 order-md-1">
<div class="row">
Expand Down Expand Up @@ -314,7 +314,7 @@
<p class="text-muted">Help your business move faster & communicate better with quicker internet, better phones and seamless texting.</p>
<a class="btn btn-primary btn-lg p-4 m-3 shadow" href="/Services">Start Now</a>
<p class="text-muted">or talk to an expert at</p>
<a href="tel:12063333341" class="btn btn-lg btn-outline-dark">(206) 333-3341</a>
<a href="tel:12063333341" class="btn btn-lg btn-outline-dark">(206) 858-8757</a>
</div>
</div>
</div>
Expand Down

0 comments on commit dbe748c

Please sign in to comment.