classactearthworx.com
Open in
urlscan Pro
185.199.110.153
Public Scan
URL:
https://classactearthworx.com/
Submission: On October 10 via api from US — Scanned from CA
Submission: On October 10 via api from US — Scanned from CA
Form analysis
2 forms found in the DOM<form id="contactModal" class="overflow-y-auto sm:w-full" onsubmit="send_sms('Class-Act-Earthworx')">
<div class="flex-grow h-full overflow-x-hidden overflow-y-auto">
<div class="h-auto px-6 sm:mt-6 space-y-6 sm:space-y-0 sm:grid sm:grid-cols-2 sm:gap-x-6 sm:gap-y-4">
<div>
<label for="contact-full-name" class="font-medium text-base text-white">Full name *</label>
<input type="text" name="full-name" id="contact-full-name" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Jane Rodgers" required="">
</div>
<div>
<label for="contact-phone-number" class="font-medium text-base text-white">Phone number *</label>
<input type="tel" name="phone-number" autocomplete="on" id="contact-phone-number" class="contact-phone-number block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" required="">
</div>
<div>
<label for="contact-address" class="font-medium text-base text-white"> Address<span> *</span>
</label>
<input type="text" name="address" id="contact-address" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="123 Main Street, Boston, MA 02212" required="">
</div>
<div>
<label for="contact-email" class="font-medium text-base text-white">Email</label>
<input type="text" name="email" id="contact-email" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="name@example.com">
</div>
<div class="relative">
<label for="contact-date" class="font-medium text-base text-white">Preferred Date of Service</label>
<div class="w-4 h-4 absolute transform translate-y-4.5 left-4"></div>
<input id="contact-date" name="date" type="date" class="block text-left z-50 w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary">
</div>
<div class="block sm:grid sm:col-span-2">
<label class="font-medium text-base text-white">Services</label>
<fieldset class="bg-white p-4 sm:p-6 mt-1 rounded-sm">
<div class="grid auto-cols-auto gap-4 grid-cols-2">
<div class="flex items-center">
<input id="contact-service-1782997" name="service-1782997" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Hauling">
<label for="contact-service-1782997" class="ml-3 text-sm font-normal text-gray-700">Hauling</label>
</div>
<div class="flex items-center">
<input id="contact-service-1782998" name="service-1782998" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Demolition">
<label for="contact-service-1782998" class="ml-3 text-sm font-normal text-gray-700">Demolition</label>
</div>
<div class="flex items-center">
<input id="contact-service-1782999" name="service-1782999" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Retaining Wall Construction">
<label for="contact-service-1782999" class="ml-3 text-sm font-normal text-gray-700">Retaining Wall Construction</label>
</div>
<div class="flex items-center">
<input id="contact-service-1783000" name="service-1783000" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Grade Work">
<label for="contact-service-1783000" class="ml-3 text-sm font-normal text-gray-700">Grade Work</label>
</div>
<div class="flex items-center">
<input id="contact-service-1783001" name="service-1783001" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Excavation">
<label for="contact-service-1783001" class="ml-3 text-sm font-normal text-gray-700">Excavation</label>
</div>
<div class="flex flex-col">
<div class="flex items-center">
<input id="contact-service-other-checkbox" name="service-other" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Other" onclick="toggleOtherServices()">
<label for="contact-label-service-other-checkbox" class="ml-3 text-sm text-gray-600">Other</label>
</div>
<input id="contact-service-other-text" name="service-other-text" type="text" class="ml-4 block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary hidden">
</div>
</div>
</fieldset>
</div>
<div class="block sm:grid sm:col-span-2">
<label for="contact-paragraph-5a0d1e51-dad1-4600-bd4a-1495cd4810f5" class="font-medium text-base text-white">How can we help?</label>
<textarea id="contact-paragraph-5a0d1e51-dad1-4600-bd4a-1495cd4810f5" name="paragraph-5a0d1e51-dad1-4600-bd4a-1495cd4810f5" rows="4"
class="block py-2.5 px-2.5 mt-1 w-full border border-gray-500 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Type your response here..."></textarea>
</div>
</div>
<div class="z-50 flex-col px-6 pt-3 pb-4 bg-primary flex w-full align-middle items-center justify-center">
<div class="text-gray-300 text-sm font-normal mt-1.5"> By providing your phone number, you agree to receive text messages (SMS) from Class Act Earthworx. You can unsubscribe at anytime by replying STOP. Message and data rates may apply. Message
frequency varies. </div>
<button id="sendButton"
class="cta_text_conversion flex justify-center relative rounded-sm mx-4 py-2.5 mt-6 sm:mt-4 bg-secondary hover:bg-secondary-darker w-full text-primary-foreground hover:ring-2 hover:ring-offset-2 hover:ring-secondary transition-all ease-out duration-300 uppercase">
Send </button>
</div>
</div>
</form>
<form id="contactModal" class="overflow-y-auto sm:w-full" onsubmit="send_sms('Class-Act-Earthworx')">
<div class="flex-grow h-full overflow-x-hidden overflow-y-auto">
<div class="h-auto px-6 sm:mt-6 space-y-6 sm:space-y-0 sm:grid sm:grid-cols-2 sm:gap-x-6 sm:gap-y-4">
<div>
<label for="contact-full-name" class="font-medium text-base text-white">Full name *</label>
<input type="text" name="full-name" id="contact-full-name" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Jane Rodgers" required="">
</div>
<div>
<label for="contact-phone-number" class="font-medium text-base text-white">Phone number *</label>
<div class="iti iti--allow-dropdown iti--show-flags">
<div class="iti__flag-container">
<div class="iti__selected-flag" role="combobox" aria-haspopup="listbox" aria-controls="iti-0__country-listbox" aria-owns="iti-0__country-listbox" aria-expanded="false" aria-label="Telephone country code" tabindex="0"
title="United States: +1">
<div class="iti__flag iti__us"></div>
<div class="iti__arrow"></div>
</div>
<ul class="iti__country-list iti__hide" id="iti-0__country-listbox" role="listbox" aria-label="List of countries">
<li class="iti__country iti__preferred iti__active" tabindex="-1" id="iti-0__item-us-preferred" role="option" data-dial-code="1" data-country-code="us" aria-selected="true">
<div class="iti__flag-box">
<div class="iti__flag iti__us"></div>
</div><span class="iti__country-name">United States</span><span class="iti__dial-code">+1</span>
</li>
<li class="iti__country iti__preferred" tabindex="-1" id="iti-0__item-gb-preferred" role="option" data-dial-code="44" data-country-code="gb" aria-selected="false">
<div class="iti__flag-box">
<div class="iti__flag iti__gb"></div>
</div><span class="iti__country-name">United Kingdom</span><span class="iti__dial-code">+44</span>
</li>
<li class="iti__divider" role="separator" aria-disabled="true"></li>
<li class="iti__country iti__standard" tabindex="-1" id="iti-0__item-ca" role="option" data-dial-code="1" data-country-code="ca" aria-selected="false">
<div class="iti__flag-box">
<div class="iti__flag iti__ca"></div>
</div><span class="iti__country-name">Canada</span><span class="iti__dial-code">+1</span>
</li>
<li class="iti__country iti__standard" tabindex="-1" id="iti-0__item-gb" role="option" data-dial-code="44" data-country-code="gb" aria-selected="false">
<div class="iti__flag-box">
<div class="iti__flag iti__gb"></div>
</div><span class="iti__country-name">United Kingdom</span><span class="iti__dial-code">+44</span>
</li>
<li class="iti__country iti__standard" tabindex="-1" id="iti-0__item-us" role="option" data-dial-code="1" data-country-code="us" aria-selected="false">
<div class="iti__flag-box">
<div class="iti__flag iti__us"></div>
</div><span class="iti__country-name">United States</span><span class="iti__dial-code">+1</span>
</li>
</ul>
</div><input type="tel" name="phone-number" autocomplete="on" id="contact-phone-number" class="contact-phone-number block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" required=""
data-intl-tel-input-id="0" placeholder="(201) 555-0123">
</div>
</div>
<div>
<label for="contact-address" class="font-medium text-base text-white"> Address<span> *</span>
</label>
<input type="text" name="address" id="contact-address" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary pac-target-input" placeholder="123 Main Street, Boston, MA 02212" required=""
autocomplete="off">
</div>
<div>
<label for="contact-email" class="font-medium text-base text-white">Email</label>
<input type="text" name="email" id="contact-email" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="name@example.com">
</div>
<div class="relative">
<label for="contact-date" class="font-medium text-base text-white">Preferred Date of Service</label>
<div class="w-4 h-4 absolute transform translate-y-4.5 left-4"></div>
<input id="contact-date" name="date" type="date" class="block text-left z-50 w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" min="2024-10-10" max="2026-10-10">
</div>
<div class="block sm:grid sm:col-span-2">
<label class="font-medium text-base text-white">Services</label>
<fieldset class="bg-white p-4 sm:p-6 mt-1 rounded-sm">
<div class="grid auto-cols-auto gap-4 grid-cols-2">
<div class="flex items-center">
<input id="contact-service-1782997" name="service-1782997" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Hauling">
<label for="contact-service-1782997" class="ml-3 text-sm font-normal text-gray-700">Hauling</label>
</div>
<div class="flex items-center">
<input id="contact-service-1782998" name="service-1782998" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Demolition">
<label for="contact-service-1782998" class="ml-3 text-sm font-normal text-gray-700">Demolition</label>
</div>
<div class="flex items-center">
<input id="contact-service-1782999" name="service-1782999" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Retaining Wall Construction">
<label for="contact-service-1782999" class="ml-3 text-sm font-normal text-gray-700">Retaining Wall Construction</label>
</div>
<div class="flex items-center">
<input id="contact-service-1783000" name="service-1783000" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Grade Work">
<label for="contact-service-1783000" class="ml-3 text-sm font-normal text-gray-700">Grade Work</label>
</div>
<div class="flex items-center">
<input id="contact-service-1783001" name="service-1783001" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Excavation">
<label for="contact-service-1783001" class="ml-3 text-sm font-normal text-gray-700">Excavation</label>
</div>
<div class="flex flex-col">
<div class="flex items-center">
<input id="contact-service-other-checkbox" name="service-other" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Other" onclick="toggleOtherServices()">
<label for="contact-label-service-other-checkbox" class="ml-3 text-sm text-gray-600">Other</label>
</div>
<input id="contact-service-other-text" name="service-other-text" type="text" class="ml-4 block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary hidden">
</div>
</div>
</fieldset>
</div>
<div class="block sm:grid sm:col-span-2">
<label for="contact-paragraph-5a0d1e51-dad1-4600-bd4a-1495cd4810f5" class="font-medium text-base text-white">How can we help?</label>
<textarea id="contact-paragraph-5a0d1e51-dad1-4600-bd4a-1495cd4810f5" name="paragraph-5a0d1e51-dad1-4600-bd4a-1495cd4810f5" rows="4"
class="block py-2.5 px-2.5 mt-1 w-full border border-gray-500 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Type your response here..."></textarea>
</div>
</div>
<div class="z-50 flex-col px-6 pt-3 pb-4 bg-primary flex w-full align-middle items-center justify-center">
<div class="text-gray-300 text-sm font-normal mt-1.5"> By providing your phone number, you agree to receive text messages (SMS) from Class Act Earthworx. You can unsubscribe at anytime by replying STOP. Message and data rates may apply. Message
frequency varies. </div>
<button id="sendButton"
class="cta_text_conversion flex justify-center relative rounded-sm mx-4 py-2.5 mt-6 sm:mt-4 bg-secondary hover:bg-secondary-darker w-full text-primary-foreground hover:ring-2 hover:ring-offset-2 hover:ring-secondary transition-all ease-out duration-300 uppercase">
Send </button>
</div>
</div>
</form>
Text Content
James, you’re just a few clicks from going live! Don’t worry - we can still make edits after launching. bucks Launch my site Contact Us Learn more → MENU Open/CLose menu TODO: Home Services Hauling Demolition Retaining Wall Construction Grade Work Excavation Galleries Demolition and Excavation All Photos Reviews Blog Send us a Text (423) 440-9903 Close menu Home Services Hauling Demolition Retaining Wall Construction Grade Work Excavation Galleries Demolition and Excavation All Photos Reviews Blog Send us a Text (423) 440-9903 CLASS ACT EARTHWORX Based in Elizabethton, TN, Class Act Earthworx specializes in professional demolition and excavation services for residential and commercial projects in the surrounding areas. Get a Free Quote OUR PROPERTIES INSURED BONDED FAMILY OWNED EMERGENCY SERVICES LOCALLY OWNED ABOUT US At Class Act Earthworx, we are a professional demolition and excavation company serving Elizabethton, TN, and the surrounding areas. With our skilled team and top-of-the-line equipment, we offer efficient and reliable services for both residential and commercial projects. Trust us to handle all your earthmoving needs with precision and care. * Facebook What we are best at OUR SERVICES * Hauling Our hauling service offers convenient and efficient removal of debris, concrete, dirt, and other materials from your property following our demolition and excavation projects. Simplifying cleanup for homeowners post-project. * Demolition Our professional demolition service offers safe and efficient removal of structures on your property, clearing the way for new construction or renovations while prioritizing safety and environmental considerations. * Retaining Wall Construction Our retaining wall construction service offers expert installation of durable walls to prevent soil erosion and enhance the aesthetics of your property, creating a safe and attractive outdoor space. * Grade Work Our Grade Work service ensures precise and accurate leveling of your property before construction, providing a solid foundation for your project. Trust our expertise to optimize your site's layout efficiently. * Excavation Our Excavation service specializes in clearing, grading, and leveling your property to prepare for new construction projects. Trust our experienced team to handle all excavation needs efficiently and effectively. READY TO GET STARTED? BOOK AN APPOINTMENT TODAY. Get a Free Quote Get a quote Receiving a quote is easy and only takes three simple steps Send us a text Text us Chat on the phone Receive a quote Send us a text Text us Chat on the phone Receive a quote SEE WHY OUR CUSTOMERS LOVE US OUR BEST WORK * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * See more photos Take a look for yourself on what your neighbors are saying about us. Reviews See all reviews REVIEWS CAROUSEL Skip to previous review Carousel * out of 5 stars > They did wonderful job for my back yard! See more See less > Lucy Willis > Hauling * out of 5 stars > They did wonderful job for my back yard! See more See less > Demolition * out of 5 stars > They did wonderful job for my back yard! See more See less > Lucy Willis > Hauling Skip to next slide Skip to previous review Skip to next slide See all reviews Leave Us a Review * Leave us a review on Facebook FREQUENTLY ASKED QUESTIONS What services do you provide? Class Act Earthworx provides a variety of services including demolition, excavation, land clearing, site preparation, and grading. How is Class Act Earthworx different from other demolition and excavation companies? Class Act Earthworx sets itself apart by prioritizing safety, efficiency, and environmental sustainability in all of our projects. Our team of experts utilizes the latest technology and techniques to ensure the job is done right the first time. Do you provide free estimates for demolition and excavation projects ? Yes, Class Act Earthworx offers free estimates for all demolition and excavation projects to ensure transparency and clarity for our customers. Contact us today to schedule your free estimate. Areas we proudly serve Elizabethton Johnson City Bristol Bristol READY TO GET STARTED? BOOK AN APPOINTMENT TODAY. Get a Free Quote FOOTER Class Act Earthworx Elizabethton, TN, US classactearthworx@gmail.com Contact Us Book Now * Facebook COMPANY * Home * Galleries * Reviews * Sitemap SERVICES * Hauling * Demolition * Retaining Wall Construction * Grade Work * Excavation SERVICE AREAS * Elizabethton, TN * Johnson City, TN * Bristol, TN * Bristol, VA HOURS * Sun: 8:00am - 10:00pm * Mon: 8:00am - 10:00pm * Tue: 8:00am - 10:00pm * Wed: 8:00am - 10:00pm * Thu: 8:00am - 10:00pm * Fri: 8:00am - 10:00pm * Sat: 8:00am - 10:00pm Powered by ⓒ All Rights Reserved Send Us a Text Close modal SEND US A TEXT We usually respond via text within a few minutes. SEND US A TEXT We usually respond via text within a few minutes. Full name * Phone number * Address * Email Preferred Date of Service Services Hauling Demolition Retaining Wall Construction Grade Work Excavation Other How can we help? By providing your phone number, you agree to receive text messages (SMS) from Class Act Earthworx. You can unsubscribe at anytime by replying STOP. Message and data rates may apply. Message frequency varies. Send LEAVE A REVIEW Close modal Review types * Leave us a review on Facebook Close menu Home Services Hauling Demolition Retaining Wall Construction Grade Work Excavation Galleries Demolition and Excavation All Photos Reviews Blog Send us a Text (423) 440-9903 Close modal SEND US A TEXT We usually respond via text within a few minutes. SEND US A TEXT We usually respond via text within a few minutes. Full name * Phone number * * United States+1 * United Kingdom+44 * * Canada+1 * United Kingdom+44 * United States+1 Address * Email Preferred Date of Service Services Hauling Demolition Retaining Wall Construction Grade Work Excavation Other How can we help? By providing your phone number, you agree to receive text messages (SMS) from Class Act Earthworx. You can unsubscribe at anytime by replying STOP. Message and data rates may apply. Message frequency varies. Send LEAVE A REVIEW Close modal Review types * Leave us a review on Facebook