summaryrefslogtreecommitdiff
path: root/src/components/Footer.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Footer.svelte')
-rw-r--r--src/components/Footer.svelte8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte
index 9588bc2..00d3e07 100644
--- a/src/components/Footer.svelte
+++ b/src/components/Footer.svelte
@@ -13,15 +13,15 @@
</div>
<div class="d-flex flex-row align-items-center border-darkish p-1">
<i class="bi bi-mailbox"></i>
- <a href="mailto:jeffer@mistymountainstherapy.com">
+ <a href="mailto:contact@mistymountainstherapy.com">
<div class="px-4">
- <span>jeffer@mistymountainstherapy.com</span>
+ <span>contact@mistymountainstherapy.com</span>
</div>
</a>
</div>
<div class="d-flex flex-row align-items-center p-1">
<i class="bi bi-pin-map"></i>
- <a href="https://goo.gl/maps/DdkzDQTRHBTtG8ys6">
+ <a href="https://maps.app.goo.gl/s1AFqfKvUKgXDCrq5">
<div class="px-4">
<span>534 Trejo Street, Suite 200F</span>
<br>
@@ -38,7 +38,7 @@
<div class="p-1">
<span class="text-muted">Copyright &copy; 2024 Misty Mountains Therapy</span>
<br>
- <span class="text-muted">High quality therapy services for the Rexburg area.</span>
+ <span class="text-muted">High quality therapy services for the greater Rexburg area.</span>
</div>
</div>
</div>