www.foresightsports.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

URL: https://www.foresightsports.com/pages/gc3
Submission: On October 08 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

GET /search

<form class="form-inline form--search" action="/search" method="get" x-data="Search">
  <div class="input-group d-flex">
    <input class="form-control me-sm-2 search" type="search" name="q" value="" placeholder="Search" aria-label="Search" x-ref="searchInput" @input.debounce="search" @focus="showResults" x-show="isFormShown" x-transition="" autocomplete="off"
      autocorrect="off" autocapitalize="off" spellcheck="false" @click.away="isFormShown = false, isResultsShown = false" style="display: none;">
    <div class="input-group-append">
      <button class="btn btn-link nav-link icon-link" type="submit" @click="$nextTick(() => $refs.searchInput.focus())" @click.prevent="showFormOrSubmit">
        <svg class="icon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="-7 -6 32 32">
          <path fill-rule="evenodd" clip-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 112.85 3.5a5.784 5.784 0 018.18 8.18zm.26 1.12a6.78 6.78 0 11.72-.7l5.4 5.4a.5.5 0 11-.71.7l-5.41-5.4z" fill="currentColor"></path>
        </svg>
      </button>
    </div>
  </div>
  <input type="hidden" name="options[prefix]" value="last">
  <input type="hidden" name="type" value="product">
  <div x-show="isResultsShown" class="list-group position-absolute predictive-results" style="display: none;">
    <template x-for="result in results">
      <a class="list-group-item" :href="getUrl" x-show="!result.title.includes('App Exclusive:') &amp;&amp; result.type !== 'FS_OPTIONS_HIDDEN_PRODUCT' &amp;&amp; !result.body.includes('***This is a hidden product')">
          <div class="row">
            <div class="col-3">
              <img class="lazyload" src="//www.foresightsports.com/cdn/shopifycloud/shopify/assets/no-image-50-3d8cc48bd078edcd544c8d60f929ed2d8800a3fc52e0f602e84b1767e392bfcd_50x.gif" :src="getImageThumbnail" width="50" :alt="getTitle">
            </div>
            <div class="col-9" x-text="getTitle"></div>
          </div>
        </a>
    </template>
  </div>
</form>

<form class="cart-mini" id="cartHasItems" x-show="hasItems" style="display: none;">
  <div class="side-cart-body" mini-cart-items="">
    <template x-for="item in getItems">
      <div class="cart-item">
        <div class="d-flex item-wrapper product-card gap-2" id="cart-item-">
          <div class="item-image media-thumb ratio">
            <a href="">
      <img class="lazyload card-img-top" datasrc="//www.foresightsports.com/cdn/shopifycloud/shopify/assets/no-image-160-1cfae84eca4ba66892099dcd26e604f5801fdadb3693bc9977f476aa160931ac_120x120_crop_center.gif" :src="getItemImageThumbnail" width="120" alt="">
    </a>
          </div>
          <div class="item-body flex-fill">
            <a class="btn-close" href="/cart/change?line=&amp;quantity=0" @click.prevent="removeItem"></a>
            <a class="title pe-3" href="" :href="getItemUrl"><div x-text="getItemTitle"></div></a>
            <div x-show="getItemProperties">
              <template x-for="(property, index) in getItemProperties">
                <p x-show="index != 'isAddon' &amp;&amp; index != 'addons'" x-text="index +': '+ property"></p>
              </template>
            </div>
            <div x-show="hasItemOptions">
              <template x-for="option in getItemOptions">
                <p x-text="option"></p>
              </template>
            </div>
            <div class="d-flex gap-2 justify-content-between">
              <div>
                <div class="input-quantity quantity">
                  <label for="quantity-" class="mr-2 visually-hidden" aria-label="Quantity">Quantity</label>
                  <button class="quantity__button no-js-hidden" name="minus" type="button" @click="subtractItemQuantity">
                    <span class="visually-hidden">Quantity</span>
                    <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2">
                      <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor">
                      </path>
                    </svg>
                  </button>
                  <input type="number" class="form-control quantity__input" id="quantity-" name="updates[]" value="" :value="getItemQuantity" @change="updateItemQuantity($el.value)" aria-label="Quantity" min="1" pattern="[0-9]*" quantity-select="">
                  <button class="quantity__button no-js-hidden" name="plus" type="button" @click="addItemQuantity">
                    <span class="visually-hidden">Quantity</span>
                    <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
                      <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
                      </path>
                    </svg>
                  </button>
                </div>
              </div>
              <div class="text-end pt-3">
                <p class="price" x-text="getItemPriceWithAddons"></p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </template>
  </div>
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go3279073480 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-UKeJhg" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 0px 0px 24px; position: relative; background-color: rgba(0, 0, 0, 0); flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_24061342" class="needsclick go522671412 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="EMAIL" aria-label="EMAIL" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 45px; text-align: left; color: rgb(0, 0, 0); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1px; background-color: rgba(255, 255, 255, 0); border: 1px solid rgb(255, 255, 255);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgba(0, 0, 0, 0); border-radius: 32px; border-style: solid; border-color: rgb(255, 255, 255); border-width: 1px; color: rgb(255, 255, 255); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: auto; width: 100%;">Subscribe</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

<form action="" onsubmit="LO.submit_chat(); return false;">
  <div id="lo_chat_input" style="position:relative; width: 100%; ">
    <div class="lo-fx-hr" style="height:0px; margin-bottom:0px; margin-top:0px; width:100%; border-top:1px solid #000000;border-bottom:1px solid #4f4f4f"></div>
    <div style="padding:10px;"><label for="lo_chat_textarea" style="display:none">Chat Input Box</label><textarea id="lo_chat_textarea" disabled="disabled" rows="2"
        style="color: black; background-color: rgb(255, 255, 255); border-radius: 5px; padding: 7px; height: auto; width: 100%; font-family: sans-serif; text-transform: none; resize: none;" dir="null" data-last-scroll-height="0"></textarea></div>
    <div id="lo_chat_sound_holder" style="position:absolute; right:0px; top:-25px; width:100%;">
      <div style="cursor: pointer; float:right; opacity:0.6; padding-right:10px; height:16px;" id="lo_chat_sound"><img alt="Click to mute chat sounds" src="https://d10lpsik1i8c69.cloudfront.net/graphics/sound-on-white.png"></div>
      <div id="lo_chat_status" style="padding-left:10px; font-size:11px; color:#6d6d6d"></div>
      <div style="clear:both;"></div>
    </div>
  </div>
</form>

Text Content

 * 
 * 
 * 
 * 


 * 
 * 0
 * 
 * 
 * 
 * 


 * Launch Monitors
   * GCQuad
   * QuadMAX
   * GC3
   * GCHawk
   * Falcon
   * Compare
   * Launch Monitor Add Ons
 * Simulators
   * SIM IN A BOX®
   * Design Your Sim
   * Enclosure Kits
   * Home & Business
 * Software
   * FSX Suite & Integrations
   * FSX Play
   * FSX Pro
   * FSX Courses
   * FSX 2020
 * Accessories
   * FOCUS
   * ForeCaddy™ Smart Cart
   * Launch Monitor Accessories
 * Programs
   * UpNext™ Junior Player Development
   * Foresight U
   * Military Discount
   * QuadMAX Upgrade
   * PEAK
   * FSX Live Login
   * FSX Live Leagues
   * Total Range


SUPPORT

 * CURRENT SPECIALS
 * Contact Sales
 * Support




THE PERSONAL LAUNCH MONITOR YOU’VE BEEN WAITING FOR.


INDUSTRY-LEADING PERFORMANCE INSIGHT AND TRUE-TO-LIFE SIMULATION IN OUR MOST
APPROACHABLE OFFERING YET.

Buy Now Talk to a Sales Agent
Handle


TAKE IT FOR A SPIN.

Three precision cameras for both ball and club data. Four ways to
connect. A touch screen display that’s easy to read indoors and out. Add it all
up and you’ve got the ultimate personal launch monitor.


READY FOR ANYTHING


ON THE RANGE

From the PGA Tour to the home simulator, our GC line of launch monitors is the
most awarded, most trusted, and best selling professional-grade launch monitor
line ever. When performance matters, the choice is easy— GC3.


IN THE STUDIO

Our award-winning simulation packages, combined with the GC3, make the game’s
best indoor experience possible — now at an almost impossibly low price.

Shop SIM-IN-A-BOX Packages Design Your Sim


PRECISION INSIDE — AND OUT.

Thanks to the advanced photometric technology inside, the GC3 remains
accurate and reliable both on the range and in your home simulator. No other
launch monitor tech compares with the GC line when it comes to delivering
real-time performance insight.




YOUR GAME
REIMAGINED.

The GC3 isn't just a weapon of mass instruction, it's your gateway to a
whole new gaming experience. Combine it with our FSX performance and gaming
suite and enjoy hundreds of world-class courses, skill-building games, and
global leagues and competitions.


WHICH LAUNCH MONITOR IS RIGHT FOR YOU?

No other launch monitor tech compares with the GC line when it comes to
delivering real-time performance insight. Which model best fits your play?




COMPARE LAUNCH MONITORS

Read More


GC3


GCQUAD


Ball Data
Launch Angle
Side Angle
Ball Speed
Total Spin
Carry
Side Spin/Spin Axis
Launch Angle
Side Angle
Ball Speed
Total Spin
Carry
Side Spin/Spin Axis
Club Data
Club Head Speed
Smash Factor
Club Path
Angle of Attack
-
-
-
-
Club Head Speed
Smash Factor
Club Path
Angle of Attack
Loft/Lie
Face Angle
Impact Location
Closure Rate
Putting Analysis
No
Yes
Hitting Zone 7” x 10” 18” x 14” Cameras 3 (Triscopic) 4 (Quadrascopic) Light
Source Integrated Infrared Integrated Infrared Battery Fixed Lithium Ion
Interchangeable Lithium Ion Display Type Standard Transflective LCD
(Touchscreen Enabled) Premium Reflective Memory Display
(Outdoor Viewability) Fold-Out Ground Stabilizer No Yes Finish Material Thermo
Plastic
Rubberized Material Thermo Plastic Rubberized Material with Premium Metallic
Finish Barometric Sensor Yes Yes Accelerometer Yes Yes WiFi
Yes
Yes
Ethernet
Yes
Yes
USB Type C C Bluetooth
Yes
Yes
Alignment Stick
Included
Included
Warranty
1-year US
2-year US
Size 6” (w) x 12” (h) x 5” (d) 7” (w) x 12.5” (h) x 4” (d) Weight 5lbs / 2.3kg
7.5lbs / 3.8kg Battery Life 5-7 Hours 6-8 Hours




READY? LET’S DO THIS.

The GC3 is the Game Changer you've been holding out for. So take the next step
and turn your game goals into a reality — it all starts with the press of a
button.

Buy Now Talk to a Sales Agent

Sales Form Anchor


LET'S GET THE BALL ROLLING

Contact Foresight Sports today to learn more.

Item added to cart View cart
0

You have no items in your bag

Quantity Quantity Quantity



Subtotal
$0.00

Shipping & taxes calculated at checkout.

Checkout



Sign up to receive product updates and exclusive online deals

Subscribe
 * Products
   * GCQuad
   * QuadMAX
   * GC3
   * GCHawk
   * Falcon
   * Forecaddy
   * FOCUS
   * Golf Simulators
   * FSX Play
   * FSX Pro
 * Customer Service
   * Contact Us
   * FAQ's
   * Where to Buy
   * International Distributors
   * Support
 * Company
   * About Us
   * Careers
   * Innovation
   * What We Measure
   * Dealer Inquiries
   * Blog
   * Military Discount Program

 * Translation missing: en.general.social.links.instagram
 * Translation missing: en.general.social.links.twitter
 * Translation missing: en.general.social.links.facebook
 * Translation missing: en.general.social.links.linkedin
 * Translation missing: en.general.social.links.vimeo
 * Translation missing: en.general.social.links.youtube

 * (858) 240-8537
 * Privacy Policy
 * Terms & Conditions
 * Purchase Order Terms
 * EULA
 * Trademark Disclaimer
 * Sitemap
 * Accessibility
 * Do Not Sell or Share My Info
 * Vista Supply Chain Disclosure
 * GC2 Discontinuation Notice
 * Privacy Choices
 * Notice at Collection

Designed and Assembled in the USA
© 2024, Foresight Sports
Support &
Download
×




Live Chat is Online 
Chatting
0
×
–

undefined



Chat Input Box

Chat
Powered by