theashevillemagician.com Open in urlscan Pro
134.209.130.220  Public Scan

Submitted URL: https://secure.cpanel.theashevillemagician.com/
Effective URL: https://theashevillemagician.com/
Submission: On July 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form
  x-data="form('{&quot;name&quot;:null,&quot;phone&quot;:null,&quot;email&quot;:null,&quot;message&quot;:null}','{&quot;state&quot;:&quot;initial&quot;,&quot;type&quot;:&quot;custom&quot;,&quot;integrationId&quot;:&quot;1100&quot;,&quot;moduleUuid&quot;:&quot;109240c7-1ba5-4bfe-914d-436ac19888f8&quot;,&quot;campaignHash&quot;:&quot;5kl1q&quot;}')"
  x-bind:class="{'loader text-gray-500 opacity-50':loading}" class="form m-auto w-full block text-left pt-6">
  <div class="alert flex rounded-lg border-4 items-center border-green-100 mb-8 p-4" x-show="success" style="display: none;"><span class="icon text-green-500 w-16 flex-shrink-0 mr-2"><svg xmlns="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256" data-icon="ph:check-circle-duotone" class="iconify w-full h-full"
        style="vertical-align: -0.125em; transform: rotate(360deg);">
        <g fill="currentColor">
          <path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"></path>
          <path d="M173.66 98.34a8 8 0 0 1 0 11.32l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 0M232 128A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88a88.1 88.1 0 0 0 88-88">
          </path>
        </g>
      </svg></span>
    <div>
      <div title="" class="text whitespace-pre-line break-normal text-gray-900 leading-none text-lg font-bold">
        <div class="text__wrapper">Success</div>
      </div>
      <div title="" class="text whitespace-pre-line break-normal text-gray-900 mt-1 text-sm">
        <div class="text__wrapper">The form has been submitted successfully!</div>
      </div>
    </div>
  </div>
  <div class="alert flex rounded-lg border-4 items-center border-red-100 mb-8 p-4" x-show="error" style="display: none;"><span class="icon text-red-500 w-16 flex-shrink-0 mr-2"><svg xmlns="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256" data-icon="ph:warning-circle-duotone" class="iconify w-full h-full"
        style="vertical-align: -0.125em; transform: rotate(360deg);">
        <g fill="currentColor">
          <path d="M224 128a96 96 0 1 1-96-96a96 96 0 0 1 96 96" opacity=".2"></path>
          <path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88a88.1 88.1 0 0 1-88 88m-8-80V80a8 8 0 0 1 16 0v56a8 8 0 0 1-16 0m20 36a12 12 0 1 1-12-12a12 12 0 0 1 12 12"></path>
        </g>
      </svg></span>
    <div>
      <div title="" class="text whitespace-pre-line break-normal text-gray-900 leading-none text-lg font-bold">
        <div class="text__wrapper">Oops!</div>
      </div>
      <div title="" class="text whitespace-pre-line break-normal text-gray-900 mt-1 text-sm">
        <div class="text__wrapper">There was an error while trying to submit form. Please try again.</div>
      </div>
    </div>
  </div>
  <div class="form__fields space-y-4">
    <div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
        <div class="text__wrapper">
          <p>Your Name</p>
        </div>
      </label>
      <div class="field" label="Name"><input name="name" type="text" required="required" x-model="fields.name" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"></div>
    </div>
    <div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
        <div class="text__wrapper">Phone Number</div>
      </label>
      <div class="field" label="Phone Number"><input name="phone" type="number" required="required" x-model="fields.phone" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"></div>
    </div>
    <div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
        <div class="text__wrapper">Email</div>
      </label>
      <div class="field" label="Email"><input name="email" type="email" required="required" x-model="fields.email" class="input form-input w-full h-10 bg-gray-100 px-3 rounded-md"></div>
    </div>
    <div class="form__field"><label title="" class="text whitespace-pre-line break-normal text-gray-500 block mb-1 text-sm">
        <div class="text__wrapper">
          <p>Message</p>
        </div>
      </label>
      <div class="field" removable="true"><textarea name="message" rows="5" placeholder="Tell me about your event..." required="required" x-model="fields.message" class="textarea form-textarea w-full h-10 bg-gray-100 px-3 rounded-md"></textarea>
      </div>
    </div>
    <div class="form__field"><button type="submit" data-track-content="" class="button select-none cursor-pointer align-top text-white w-full bg-primary-500 hover:bg-primary-700 inline-flex rounded-md items-center justify-center px-8 py-3"><span
          class="icon button__icon"><!----></span><span title="" class="text button__label whitespace-pre-line break-normal font-bold">
          <div class="text__wrapper">
            <p>Send Message</p>
          </div>
        </span></button></div>
  </div>
</form>

Text Content

THE ASHEVILLE MAGICIAN


COMEDY MAGIC AND MIND READING SHOWS!

Quality entertainment with magic, mind-reading, and comedy to deliver an
extra-special experience for your guests.

Book The Asheville Magician



Email - theashevillemagician@gmail.com  Phone - 828-708-7767

Comedy Magic Up Close


WALK-AROUND MAGIC

Personalized Mini Magic Shows

Table-side entertainment, or mixing a stand-up reception, Eric Schweitzer brings
the magic to the people as they gather in small groups.

Exciting Ice Breaker

You'll hear bursts of laughter and applause as Eric makes his way around the
room. It's a great way to help strangers make new connections with a shared
experience and energize your event.

Flexible For Your Event Needs

Mingling magic requires nothing more than a group of people. Eric works the
room, seamlessly filling the space between activities to keep people engaged. It
can help to keep your event running smoothly.

Your Guests Will Have a Wonderful Time

When magic happens in their hands, and they get to have their mind read, people
love it! They will gain lasting memories of your special event.

Bring The Magic To Your Event

Entertain Your Audience


MAGIC AND MIND READING SHOWS 

Amazing for Big Crowds

The Asheville Magician delivers a 45 minute program filled with incredible magic
and mind-reading, with hilarious audience participation to keep your entire
group engaged and delighted.

Your Guests are the Star of the Show

Willing members of the audience have their chance to get involved in the show
and share the spotlight as they participate in the magic, or even become magical
themselves!

Family Friendly Comedy

You can rest at ease knowing there will be no hurtful or offensive language used
in the show. It's a shared experience for everyone to enjoy together.

Making Memories to Last

Eric's magic and comedy show helps to make your special event extra-special.
You'll hear the laughter and applause, you'll see the smiles, and you'll receive
the feedback; "Wow! Wasn't that fantastic?!?"

Get The Asheville Magician


MAKING IT EASY FOR EVENT PLANNERS

Reliable, professional entertainment to make your job easier.

Eric did a great job performing for an adult dinner party held in our home. He
did clever tricks as a roving magician while we had hors d'oeuvres. His sit-down
show with audience participation was done with humor and left us completely
mystified wondering how he accomplished these  illusions.  The guests loved it! 

Marti & Julian Biller

Asheville, NC

Eric performed a show for nearly 50 people from Mission Emergency Department. I
must say it was absolutely AWESOME!!! I highly recommend the Asheville Magician
for your next party.

Chris Dafler

Asheville, NC

We appreciate entertainers who are professional, personable and energetic. You
have given us all three. Thank You – we look forward to having you back in the
future.

Keith Mastin

WNC Nature Center

The Festival of Flowers was a very successful event for us and you played a huge
part in that.

Hannah Parks

Biltmore Estate Special Projects

Thank You! Eric was entertaining, funny, gracious, flexible and professional!
His performance exceeded my expectations!

Amy Sparks

Asheville, NC

Once again you helped make this years event a great success! Thank You!

Beth Allison

BMC Foundation INC.



Send a Note

Success
The form has been submitted successfully!
Oops!
There was an error while trying to submit form. Please try again.

Your Name


Phone Number

Email


Message



Send Message


GET IN TOUCH

Let's chat about your next event and how the Asheville Magician can help make it
more magical.

Phone: 828-708-7767


EMAIL: THEASHEVILLEMAGICIAN@GMAIL.COM



Mr. Schweitzer was excellent at our Founders Day Festival of over 1200
participants! We enjoyed his talent, humor and professionalism. Eric’s stunning
magic was fun for all ages as he drew a crowd everywhere he went. Highly
recommended at any venue and just try to figure out how he does it! Thank You
Eric!

Corey Black – Recreation Director


FREQUENTLY
ASKED
QUESTIONS

More Questions? Just Ask!

Q: Do you perform at my kind of event?

Magic has a universal appeal, and Eric's ability to adapt and customize
presentations means that every show is tailored to suit your audience. Get in
touch to chat about any specific requirements. We can find a way to deliver
great entertainment at your event.

Q: What is your booking process?

First, we need to connect to talk about the details of your event. If Eric is
available for your date, a signed agreement, and deposit, is required before the
event is confirmed. This guarantees you are all set to have amazing magic at
your event.

Q: I just saw your show... how did you do that?

I can't tell. It would ruin the fun! But the real secret is many, many years of
practice and study.

© 2022 Eric Schweitzer, the Asheville Magician