diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Footer.svelte | 2 | ||||
| -rw-r--r-- | src/routes/contact/index.svelte | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index d6c24ac..85e1965 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -45,7 +45,7 @@ <a href="https://docs.google.com/document/d/10S_-yfiaDZnuD-0tvXTEIIyZiErVwrTj0y_0JiRT5_U/edit?usp=sharing" target="_blank">Privacy Policy</a> </div> <div class="p-1"> - <span class="text-muted">Copyright © 2022 Misty Mountains Therapy</span> + <span class="text-muted">Copyright © 2024 Misty Mountains Therapy</span> <br> <span class="text-muted">High quality therapy services for the Rexburg area.</span> </div> diff --git a/src/routes/contact/index.svelte b/src/routes/contact/index.svelte index 9ecb211..cbfc3aa 100644 --- a/src/routes/contact/index.svelte +++ b/src/routes/contact/index.svelte @@ -69,7 +69,7 @@ </script> <main> - <h1 class="text-center">Let's get in touch</h1> + <h1 class="text-center">Get in touch</h1> <div class="d-flex justify-content-center flex-row row"> <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-map-fill"></i></h1> @@ -102,6 +102,7 @@ </div> </div> <br> + <hr> <h3>Or send us a message</h3> <form class="bg-light border shadow p-4" on:submit|preventDefault={handleSubmit}> <div class="row mb-2"> |
