---
title: "Contact — Awakening You Studios"
url: https://awakeningyoustudios.com/contact
description: "Reach out to Awakening You Studios. Ask a question, hold a session, or simply say hello."
lang: en
---

Contact

# Let's connect.

Whether you're ready to book or just curious — there's no wrong way to reach out.

## Send a soft note

### Other ways to reach me

- laura@awakeningyoustudios.com
- @awakeningyoustudios: https://www.instagram.com/awakeningyoustudios/
- Awakening You on Facebook: https://www.facebook.com/profile.php?id=61576222800458
- Awakening You on YouTube: https://www.youtube.com/@Awakeningyoustudios

A gentle reminder —

You don't have to have it all figured out. You're welcome here.

## Structured data

```json
{
  "@context": "https://schema.org",
  "@type": [
    "LocalBusiness",
    "HealthAndBeautyBusiness"
  ],
  "name": "Awakening You Studios",
  "url": "https://awakeningyoustudios.com",
  "description": "Sacred healing studio offering Reiki, Seraphim Energy Healing, sacred circles, and ancestral healing in Herriman, UT.",
  "image": "https://awakeningyoustudios.com/favicon.png",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Herriman",
    "addressRegion": "UT",
    "addressCountry": "US"
  },
  "areaServed": [
    {
      "@type": "City",
      "name": "Herriman"
    },
    {
      "@type": "State",
      "name": "Utah"
    }
  ],
  "sameAs": []
}
```