thegoldstarconstruction.com Open in urlscan Pro
34.48.126.103  Public Scan

URL: https://thegoldstarconstruction.com/
Submission: On September 15 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('GoldStarContructionandWaterproofing')">
  <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-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>
        <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 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>
        <label for="contact-short-answer-9d8be51f-5f45-46e4-93cb-d190c241d815" class="font-medium text-base text-white">Promo code</label>
        <input type="text" name="short-answer-9d8be51f-5f45-46e4-93cb-d190c241d815" id="contact-short-answer-9d8be51f-5f45-46e4-93cb-d190c241d815"
          class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Type your response here...">
      </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-1943108" name="service-1943108" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Concrete Foundations">
              <label for="contact-service-1943108" class="ml-3 text-sm font-normal text-gray-700">Concrete Foundations</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943157" name="service-1943157" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Concrete Flatwork">
              <label for="contact-service-1943157" class="ml-3 text-sm font-normal text-gray-700">Concrete Flatwork</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943158" name="service-1943158" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Concrete Slabs">
              <label for="contact-service-1943158" class="ml-3 text-sm font-normal text-gray-700">Concrete Slabs</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943109" name="service-1943109" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Waterproofing and Sealing">
              <label for="contact-service-1943109" class="ml-3 text-sm font-normal text-gray-700">Waterproofing and Sealing</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943092" name="service-1943092" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Masonry">
              <label for="contact-service-1943092" class="ml-3 text-sm font-normal text-gray-700">Masonry</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943099" name="service-1943099" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Concrete Repair">
              <label for="contact-service-1943099" class="ml-3 text-sm font-normal text-gray-700">Concrete Repair</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943095" name="service-1943095" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Fireplace Installation">
              <label for="contact-service-1943095" class="ml-3 text-sm font-normal text-gray-700">Fireplace Installation</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-1c234b66-7f3b-4381-ae63-447baa7da379" class="font-medium text-base text-white">How can we help?</label>
        <textarea id="contact-paragraph-1c234b66-7f3b-4381-ae63-447baa7da379" name="paragraph-1c234b66-7f3b-4381-ae63-447baa7da379" 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 class="block sm:flex sm:flex-col sm:w-full mt-5 sm:mt-0">
        <label class="font-medium text-base text-white">Upload a photo</label>
        <div class="bg-white p-3 mt-1 rounded-sm border border-gray-500">
          <div x-data="{
                                                    imageUrl: '',
                                                    fileTooLarge: false,
                                                    fileChosen(event) {
                                                        if (this.isProperlySized(event)) {
                                                            this.fileToDataUrl(event, (src) => (this.imageUrl = src));
                                                            this.fileTooLarge = false;
                                                        }
                                                        else
                                                            this.fileTooLarge = true;
                                                    },
                                                    fileToDataUrl(event, callback) {
                                                        if (!event.target.files.length) return;
                                                        let file = event.target.files[0],
                                                            reader = new FileReader();
                                                        reader.readAsDataURL(file);
                                                        reader.onload = (e) => callback(e.target.result);
                                                    },
                                                    isProperlySized(event) {
                                                        const files = event.currentTarget.files;
                                                        for (const file in files) {
                                                            const filesize = ((files[file].size/1024)/1024).toFixed(4);
                                                            if (filesize > 2)
                                                                return false;
                                                        }
                                                        return true;
                                                    },
                                                }">
            <div x-show="imageUrl !== ''" x-collapse="">
              <div class="flex flex-col items-center space-y-2 sm:space-y-0 sm:flex-row sm:space-x-5">
                <img :src="imageUrl" class="object-cover rounded-sm w-[200px] h-[140px]" :value="imageUrl" id="contact-attachment">
                <button @click="imageUrl = ''; $refs.fileInput.value = '';" type="button"
                  class="inline-flex items-center px-4 py-2.5 text-sm font-medium text-gray-700 border border-gray-500 rounded-sm shadow-sm  hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> Change </button>
              </div>
            </div>
            <label for="file-upload" class="relative font-medium rounded-sm cursor-pointer text-primary">
              <div x-show="imageUrl === ''" x-collapse="">
                <div x-on:dragenter.prevent.stop="" x-on:dragleave.prevent.stop="" class="flex justify-center px-6 pt-5 pb-6 mt-1 sm:pt-2 sm:pb-2 sm:mt-0 border-2 border-dashed rounded-sm">
                  <div class="space-y-1 text-center">
                    <svg class="w-12 h-12 mx-auto text-gray-400" stroke="currentColor" fill="none" viewBox="0 0 48 48" aria-hidden="true">
                      <path d="M28 8H12a4 4 0 00-4 4v20m32-12v8m0 0v8a4 4 0 01-4 4H12a4 4 0 01-4-4v-4m32-4l-3.172-3.172a4 4 0 00-5.656 0L28 28M8 32l9.172-9.172a4 4 0 015.656 0L28 28m0 0l4 4m4-24h8m-4-4v8m-12 4h.02" stroke-width="2"
                        stroke-linecap="round" stroke-linejoin="round"></path>
                    </svg>
                    <div class="flex justify-center text-sm text-gray-600">
                      <span class="text-primary">Upload a photo</span>
                      <input x-ref="fileInput" id="file-upload" name="file-upload" type="file" class="sr-only" @change="fileChosen">
                    </div>
                    <p class="text-xs text-gray-500">PNG, JPG, GIF up to 2MB</p>
                  </div>
                </div>
              </div>
            </label>
            <p x-show="fileTooLarge" class="mt-2 text-sm text-red-600"> The selected file is too large. Please reduce the size or choose another file. </p>
          </div>
        </div>
      </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 Gold Star Construction. 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('GoldStarContructionandWaterproofing')">
  <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-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>
        <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 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-09-15" max="2026-09-15">
      </div>
      <div>
        <label for="contact-short-answer-9d8be51f-5f45-46e4-93cb-d190c241d815" class="font-medium text-base text-white">Promo code</label>
        <input type="text" name="short-answer-9d8be51f-5f45-46e4-93cb-d190c241d815" id="contact-short-answer-9d8be51f-5f45-46e4-93cb-d190c241d815"
          class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Type your response here...">
      </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-1943108" name="service-1943108" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Concrete Foundations">
              <label for="contact-service-1943108" class="ml-3 text-sm font-normal text-gray-700">Concrete Foundations</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943157" name="service-1943157" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Concrete Flatwork">
              <label for="contact-service-1943157" class="ml-3 text-sm font-normal text-gray-700">Concrete Flatwork</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943158" name="service-1943158" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Concrete Slabs">
              <label for="contact-service-1943158" class="ml-3 text-sm font-normal text-gray-700">Concrete Slabs</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943109" name="service-1943109" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Waterproofing and Sealing">
              <label for="contact-service-1943109" class="ml-3 text-sm font-normal text-gray-700">Waterproofing and Sealing</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943092" name="service-1943092" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Masonry">
              <label for="contact-service-1943092" class="ml-3 text-sm font-normal text-gray-700">Masonry</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943099" name="service-1943099" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Concrete Repair">
              <label for="contact-service-1943099" class="ml-3 text-sm font-normal text-gray-700">Concrete Repair</label>
            </div>
            <div class="flex items-center">
              <input id="contact-service-1943095" name="service-1943095" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Fireplace Installation">
              <label for="contact-service-1943095" class="ml-3 text-sm font-normal text-gray-700">Fireplace Installation</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-1c234b66-7f3b-4381-ae63-447baa7da379" class="font-medium text-base text-white">How can we help?</label>
        <textarea id="contact-paragraph-1c234b66-7f3b-4381-ae63-447baa7da379" name="paragraph-1c234b66-7f3b-4381-ae63-447baa7da379" 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 class="block sm:flex sm:flex-col sm:w-full mt-5 sm:mt-0">
        <label class="font-medium text-base text-white">Upload a photo</label>
        <div class="bg-white p-3 mt-1 rounded-sm border border-gray-500">
          <div x-data="{
                                                    imageUrl: '',
                                                    fileTooLarge: false,
                                                    fileChosen(event) {
                                                        if (this.isProperlySized(event)) {
                                                            this.fileToDataUrl(event, (src) => (this.imageUrl = src));
                                                            this.fileTooLarge = false;
                                                        }
                                                        else
                                                            this.fileTooLarge = true;
                                                    },
                                                    fileToDataUrl(event, callback) {
                                                        if (!event.target.files.length) return;
                                                        let file = event.target.files[0],
                                                            reader = new FileReader();
                                                        reader.readAsDataURL(file);
                                                        reader.onload = (e) => callback(e.target.result);
                                                    },
                                                    isProperlySized(event) {
                                                        const files = event.currentTarget.files;
                                                        for (const file in files) {
                                                            const filesize = ((files[file].size/1024)/1024).toFixed(4);
                                                            if (filesize > 2)
                                                                return false;
                                                        }
                                                        return true;
                                                    },
                                                }">
            <div x-show="imageUrl !== ''" x-collapse="" hidden="" style="display: none; height: 0px; overflow: hidden;">
              <div class="flex flex-col items-center space-y-2 sm:space-y-0 sm:flex-row sm:space-x-5">
                <img :src="imageUrl" class="object-cover rounded-sm w-[200px] h-[140px]" :value="imageUrl" id="contact-attachment" src="">
                <button @click="imageUrl = ''; $refs.fileInput.value = '';" type="button"
                  class="inline-flex items-center px-4 py-2.5 text-sm font-medium text-gray-700 border border-gray-500 rounded-sm shadow-sm  hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> Change </button>
              </div>
            </div>
            <label for="file-upload" class="relative font-medium rounded-sm cursor-pointer text-primary">
              <div x-show="imageUrl === ''" x-collapse="">
                <div x-on:dragenter.prevent.stop="" x-on:dragleave.prevent.stop="" class="flex justify-center px-6 pt-5 pb-6 mt-1 sm:pt-2 sm:pb-2 sm:mt-0 border-2 border-dashed rounded-sm">
                  <div class="space-y-1 text-center">
                    <svg class="w-12 h-12 mx-auto text-gray-400" stroke="currentColor" fill="none" viewBox="0 0 48 48" aria-hidden="true">
                      <path d="M28 8H12a4 4 0 00-4 4v20m32-12v8m0 0v8a4 4 0 01-4 4H12a4 4 0 01-4-4v-4m32-4l-3.172-3.172a4 4 0 00-5.656 0L28 28M8 32l9.172-9.172a4 4 0 015.656 0L28 28m0 0l4 4m4-24h8m-4-4v8m-12 4h.02" stroke-width="2"
                        stroke-linecap="round" stroke-linejoin="round"></path>
                    </svg>
                    <div class="flex justify-center text-sm text-gray-600">
                      <span class="text-primary">Upload a photo</span>
                      <input x-ref="fileInput" id="file-upload" name="file-upload" type="file" class="sr-only" @change="fileChosen">
                    </div>
                    <p class="text-xs text-gray-500">PNG, JPG, GIF up to 2MB</p>
                  </div>
                </div>
              </div>
            </label>
            <p x-show="fileTooLarge" class="mt-2 text-sm text-red-600" style="display: none;"> The selected file is too large. Please reduce the size or choose another file. </p>
          </div>
        </div>
      </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 Gold Star Construction. 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

Zack, 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

Concrete Foundations

Concrete Flatwork

Concrete Slabs

Waterproofing and Sealing

Masonry

Concrete Repair

Fireplace Installation

Galleries

Masonry

All Photos

Reviews
Send us a Text
(914) 396-2741
Close menu
Home
Services
Concrete Foundations Concrete Flatwork Concrete Slabs Waterproofing and Sealing
Masonry Concrete Repair Fireplace Installation
Galleries
Masonry All Photos
Reviews
Send us a Text
(914) 396-2741


GOLD STAR CONSTRUCTION

Gold Star Construction offers the best masonry services within the Tri-State
Area of New York, New Jersey and Connecticut. Trusted for quality workmanship in
both residential and commercial projects.

Get a Free Quote
Your browser does not support the video tag.


OUR PROPERTIES

INSURED

BONDED

FAMILY OWNED

LOCALLY OWNED


ABOUT US

At Gold Star Construction, we are a dedicated team of skilled masons providing
expert craftsmanship in the Tri-State and surrounding areas. With a focus on
quality materials, attention to detail, and customer satisfaction, we specialize
in a wide range of masonry services including brickwork, stonework, and concrete
construction.
Connect with us
What we are best at


OUR SERVICES


 * Concrete Foundations
   
   Our Concrete Foundations service offers expert installation of durable
   concrete structures to provide a solid base for your home. Trust us for
   quality workmanship in both new construction projects or concrete repair
   needs.

 * Concrete Flatwork
   
   Our Concrete Flatwork service provides expert installation of durable
   surfaces such as driveways, patios, or walkways. Enhance the appeal of your
   home with our skilled concrete repair solutions.

 * Concrete Slabs
   
   Our Concrete Slabs service provides expert concrete repair for homeowners,
   ensuring durable, safe surfaces for driveways, patios, or pathways. Trust us
   to enhance your property with quality masonry work.

 * Waterproofing and Sealing
   
   Our professional waterproofing service ensures your masonry structures are
   protected from water damage, increasing their durability. Trust us to seal
   cracks, prevent leaks, and prolong the life of your home.

 * Masonry
   
   Our expert masonry service offers high-quality craftsmanship for all your
   home improvement needs, providing durable and visually appealing solutions
   that enhance the beauty and value of your property.

 * Concrete Repair
   
   Our Concrete Repair service restores the structural integrity and aesthetic
   appeal of damaged concrete surfaces, providing long-lasting solutions to
   homeowners seeking to enhance the beauty and functionality of their property.

 * Fireplace Installation
   
   Our expert masons offer professional fireplace installation services,
   enhancing your home with a beautiful and functional focal point. Trust us to
   create a cozy atmosphere you'll enjoy for years to come.

See more services



READY TO GET STARTED?


BOOK AN APPOINTMENT TODAY.

Get a Free Quote
Your browser does not support the video tag.
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 all photos


See more photos



MODAL GALLERY

Close modal


CAROUSEL

Skip to previous slide
Carousel

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

Skip to next slide
Take a look for yourself on what your neighbors are saying about us.
Reviews

See all reviews


REVIEWS CAROUSEL

Skip to previous review
Carousel
Skip to next slide
Skip to previous review
Skip to next slide
See all reviews
Leave Us a Review





FREQUENTLY ASKED QUESTIONS

Do you charge for estimates?



No, we provide free estimates for all of our masonry services.

How is Gold Star Contruction and Waterproofing different from other masonry
companies in the area?



Gold Star Contruction and Waterproofing stands out from the competition with our
focus on high-quality craftsmanship, attention to detail, and dedication to
customer satisfaction. We also prioritize communication and collaboration with
our clients to ensure their vision for their project comes to life.

What services do you provide?



Gold Star Contruction and Waterproofing provides a wide range of masonry
services including brick and stone installations, repairs, and restoration work.


Areas we proudly serve
Tri-State Area
Brooklyn
Borough of Queens
Manhattan
Newark
Jersey City
Jamaica
East Flatbush
East New York
Washington Heights


READY TO GET STARTED?


BOOK AN APPOINTMENT TODAY.

Get a Free Quote


FOOTER

Gold Star Construction
US
tom@gmail.com
Contact Us
Book Now



COMPANY

 * Home
 * Galleries
 * Reviews
 * Sitemap


SERVICES

 * Concrete Foundations
 * Concrete Flatwork
 * Concrete Slabs
 * Waterproofing and Sealing
 * Masonry
 * Concrete Repair
 * Fireplace Installation


SERVICE AREAS

 * Tri-State Area, New York
 * Brooklyn, NY
 * Borough of Queens, NY
 * Manhattan, NY
 * Newark, NJ
 * Jersey City, NJ
 * Jamaica, NY
 * East Flatbush, NY
 * East New York, NY
 * Washington Heights, NY


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 *
Email
Address *
Preferred Date of Service

Promo code
Services
Concrete Foundations
Concrete Flatwork
Concrete Slabs
Waterproofing and Sealing
Masonry
Concrete Repair
Fireplace Installation
Other
How can we help?
Upload a photo
Change
Upload a photo

PNG, JPG, GIF up to 2MB

The selected file is too large. Please reduce the size or choose another file.

By providing your phone number, you agree to receive text messages (SMS) from
Gold Star Construction. 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

Close menu
Home
Services
Concrete Foundations Concrete Flatwork Concrete Slabs Waterproofing and Sealing
Masonry Concrete Repair Fireplace Installation
Galleries
Masonry All Photos
Reviews
Send us a Text
(914) 396-2741


MODAL GALLERY

Close modal


CAROUSEL

Skip to previous slide
Carousel

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

Skip to next slide

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

Email
Address *
Preferred Date of Service

Promo code
Services
Concrete Foundations
Concrete Flatwork
Concrete Slabs
Waterproofing and Sealing
Masonry
Concrete Repair
Fireplace Installation
Other
How can we help?
Upload a photo
Change
Upload a photo

PNG, JPG, GIF up to 2MB

The selected file is too large. Please reduce the size or choose another file.

By providing your phone number, you agree to receive text messages (SMS) from
Gold Star Construction. 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