diff options
| -rw-r--r-- | src/components/Footer.svelte | 15 | ||||
| -rw-r--r-- | src/routes/contact/index.svelte | 2 |
2 files changed, 4 insertions, 13 deletions
diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index 85e1965..9588bc2 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -6,18 +6,9 @@ <div class="d-flex flex-row align-items-center border-darkish p-1"> <i class="bi bi-telephone"></i> <div class="px-4"> - <div class="border-darkish"> - <a href="tel:12084994517"> - <span>(208) 499 - 4517</span> - (Scheduling/Other) - </a> - </div> - <div> - <a href="tel:18334456077"> - <span>(833) 445 - 6077 ext. 1</span> - (Billing/Insurance) - </a> - </div> + <a href="tel:12084994517"> + <span>(208) 499 - 4517</span> + </a> </div> </div> <div class="d-flex flex-row align-items-center border-darkish p-1"> diff --git a/src/routes/contact/index.svelte b/src/routes/contact/index.svelte index cbfc3aa..601ae0b 100644 --- a/src/routes/contact/index.svelte +++ b/src/routes/contact/index.svelte @@ -95,7 +95,7 @@ <div class="border shadow bg-light py-2 col-lg-2 d-flex align-items-center flex-column m-2"> <h1><i class="bi bi-envelope-fill"></i></h1> <p style="hyphens: auto;"> - For scheduling and other: <a href="mailto:lizmmt22@gmail.com">lizmmt22@gmail.com</a> + For billing: <a href="mailto:billing@mistymountainstherapy.com">billing@mistymountainstherapy.com</a> <br> Questions about MMT: <a href="mailto:jeffer@mistymountainsthreapy.com">jeffer@mistymountainstherapy.com</a> </p> |
